zsh-users
 help / color / mirror / code / Atom feed
* Sorting files by their extension
@ 2006-08-14 21:40 Jean-Rene David
  2006-08-14 22:24 ` Mikael Magnusson
  2006-08-15  3:02 ` Bart Schaefer
  0 siblings, 2 replies; 4+ messages in thread
From: Jean-Rene David @ 2006-08-14 21:40 UTC (permalink / raw)
  To: zsh-users

Has anyone got a ready-made way to do this?

% print -l *
bar.a
bar.b
foo.a
foo.b

% print -l *(o<insert special qualifier here>)
bar.a
foo.a
bar.b
foo.b

It looks like tricky business to me, but perhaps
someone already thought this through.

-- 
JR


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

end of thread, other threads:[~2006-08-15  9:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-14 21:40 Sorting files by their extension Jean-Rene David
2006-08-14 22:24 ` Mikael Magnusson
2006-08-15  3:02 ` Bart Schaefer
2006-08-15  9:36   ` Peter Stephenson

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).