Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Sorting files by their extension
- X-seq: zsh-users 10604
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Sorting files by their extension
- Date: Tue, 15 Aug 2006 00:24:33 +0200
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gm60jFcE2jUZYA9n96Wrsp19sFbOgb6eHjoLH2vgJyf2lkqej4ZnOHJVrQG6NXH6mtO50MWwYpbxwLQFId+IAYfhfLrS7GeTaDnzxO4kAFdgLNGnsCECxbERtXwQoRA93lp0lFc8Pd90VpfjEJsZWVODV98kuIjtTvaWIYS9xg4=
- In-reply-to: <20060814214005.GF4770@princo>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20060814214005.GF4770@princo>
On 8/14/06, Jean-Rene David <jrdavid@xxxxxxxx> wrote:
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.
I don't exactly know the answer to your question, but in the meantime
maybe `ls -X` can help.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author