James Youngman wrote: >You could have done the same thing with GNU "find" without modifying it:- > > >$ find . -depth -printf "%-10k %TY/%Tm/%Td.%TH:%TM:%TS %p\n" | perl >/tmp/totify.pl > >
I prefer William's approach. I would only need to type "du --last-modified" instead of writing a perl script (or digging up your email :-). -David _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
