[K12OSN] OT: Scripting Question

Rob Owens hick518 at yahoo.com
Fri Dec 1 00:42:15 UTC 2006


--- Les Mikesell <les at futuresource.com> wrote:

> -type f instead of -type -f.
> When I run this kind of command from the command
> line I'd first try
> find /FOLDERNAME -type f -mtime +30 -print
> and look at the list, using control-C to stop if it
> is too long,

Or pipe it to less:

find /FOLDERNAME -type f -mtime +30 -print | less

This will let you use the cursor, page up/down, and
home/end keys to scroll through the list.

-Rob


 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com




More information about the K12OSN mailing list