NEEDED: du-like script for packrat users

Randal Schwartz merlyn at iwarp.intel.com
Sun Mar 4 03:46:07 AEST 1990


In article <9733 at unix.SRI.COM>, ubi at ginger (Ron Ueberschaer x4399) writes:
|	         What would be really nice is some sort of report script
| called, say, "bigoldfiles", which would do all this automatically.
| Perhaps something using du and find.

I just decide on my own "how old" and "how big" tresholds and use
out-of-the-box find(1), ala:

$ find . -mtime +28 -size +1000 -ls

and then process the info in my head.  Does that not get you the info
you are looking for?

Just another UNIX hacker,
-- 
/=Randal L. Schwartz, Stonehenge Consulting Services (503)777-0095 ==========\
| on contract to Intel's iWarp project, Beaverton, Oregon, USA, Sol III      |
| merlyn at iwarp.intel.com ...!any-MX-mailer-like-uunet!iwarp.intel.com!merlyn |
\=Cute Quote: "Welcome to Portland, Oregon, home of the California Raisins!"=/



More information about the Comp.unix.wizards mailing list