> i've been trying to create a command that will allow me view all the files 
> modified in the last x number of days.
> i've tried piping ls to grep with minimal success. any help is greatly 
> appreciated...
> 
If it's only modificationtimes you're interested in try
"find / -mtime -x" where x is the number of days.
For further information "man find"

Florian

-- 
Old MacDonald had an agricultural real estate tax abatement.

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to