On Sun, Feb 24, 2008 at 12:13:54PM -0600, Ron Johnson wrote:
> 
> On 02/24/08 11:54, Wayne Topa wrote:

> > ls file*/*.txt |sort
> 
> But that's not generic to an arbitrary directory depth.  You'll have
> to go to Perl or Python to do such a task.

Or zsh.

  ls **/*.txt | rev | cut -d/ -f1 | rev | sort

-- 
Tzafrir Cohen         | [EMAIL PROTECTED] | VIM is
http://tzafrir.org.il |                    | a Mutt's
[EMAIL PROTECTED] |                    |  best
ICQ# 16849754         |                    | friend


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to