zsh-users
 help / color / mirror / code / Atom feed
* Sorting files
@ 2005-08-04 18:38 Meino Christian Cramer
  2005-08-04 18:48 ` Mikael Magnusson
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Meino Christian Cramer @ 2005-08-04 18:38 UTC (permalink / raw)
  To: zsh-users


Hi,

 I played around with combinations including expressions like
 **/*(.,oL) trying to get a listing of all files found !including
 those of the subdirectories! sorted by their size. I want one big
 listing sorted "once" -- but I got "seperated" parts sorted each for
 themselves. 

 I would understand this, if I had submitted something like:

   print -l **/*(oL) 

 which includes directories due to the missing ".", but when I submit:

   print -l **/*(.,oL)

 I would expect "all files sorted by their size".

 But as always, the problem is probably caused by the person sitting
 right in front of my monitor, I fear ;)

 Is there a way to get one big listing starting with the smallest file
 of all files found (including those in the subdirectories) and ending
 with the largest one? ...without the conventional way of slowly
 smokeing a sort-pipe ?

 Thanks a lot in advance for any help or hint ! :O)

 Keep zshing!
 Meino


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2005-08-06  9:23 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-04 18:38 Sorting files Meino Christian Cramer
2005-08-04 18:48 ` Mikael Magnusson
2005-08-04 19:10   ` Meino Christian Cramer
2005-08-04 19:18     ` Danek Duvall
2005-08-04 20:41       ` Stephane Chazelas
2005-08-05  3:01         ` Meino Christian Cramer
2005-08-05 10:47           ` Stephane CHAZELAS
2005-08-04 19:14 ` Christian Schneider
2005-08-04 21:19   ` Jens Kubieziel
2005-08-05  3:06   ` Meino Christian Cramer
2005-08-04 19:51 ` Christian Taylor
2005-08-05 10:51   ` zzapper
2005-08-05 12:57     ` Christian Taylor
2005-08-05 14:41     ` Meino Christian Cramer
2005-08-06  5:38     ` Summary: " Meino Christian Cramer
2005-08-06  9:22       ` Christian Taylor
2005-08-05 12:52 ` DervishD
2005-08-05 14:01   ` Meino Christian Cramer
2005-08-05 14:29     ` Mikael Magnusson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).