On Sat, Jul 26, 2008 at 01:03:26PM -0700, David Brown wrote:

I missed the part about sorting by mtime.  With GNU utilities how about:

  find ... -printf '%T@ %p\n' | \
     sort -nr | cut -d' ' -f 2- | \
     xargs -d'\n' ls -lU

Of course, I think before I got to this point, I'd just write a few lines
of Python and be done with it.

David


--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to