[Melbourne-pm] need help for one kind of script

Jacinta Richardson jarich at perltraining.com.au
Thu Jun 28 20:03:46 PDT 2007


andrewcreer at fastmail.fm wrote:

> I use 
>  find .  -printf '%T@\t' -ls |sort -nr
> 
> which prints the modified date in epoch seconds for each
> file in a tree, and pipes through a numerical sort in
> reverse order.  Can be combined with Craig's ideas for
> limiting to the previous 24 hours.

I just use:

	ls -ltr

and just look up to where my changes for today start, but that's because I never 
learned find.  :)

	J


More information about the Melbourne-pm mailing list