bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: filutils 4.1


From: Bob Proulx
Subject: Re: filutils 4.1
Date: Thu, 15 Jun 2006 22:34:58 -0600
User-agent: Mutt/1.5.9i

goesh wrote:
> Further, i have used find . -print
> to do the same thing, however, i really like having the absoulte path in
> outputs such as ls -ltr, and i could not see a way to get find to do
> this.  
> ...
> $ ls -ltrZ

Well, I can't think of a way to have find sort by time.  So it can't
replace the ls -t behavior.  But otherwise the following is similar.

  find $PWD/* -ls

Bob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]