[thelist] TheList Relay Improvement

Terry Fowler one_webdude at yahoo.com
Thu Jan 11 10:21:29 CST 2001


--- "Daniel J. Cody" <djc at starkmedia.com> wrote:
> got it, and huge huge thanks!
> 
> <tip type="Unix Filesystem">
> 
> Find the largest files on your system:> ls -lR |
> sort +4n
> Find the largest dirs on your system:> du -S | sort
> -n
> 
> </tip>
> 
Unix tips - gotta love 'em! Thanks djc. Having
recently discovered that I have a bunch of rather 
large hidden files on my system - apparently created
whilst checking files out of ClearCase - I added an
a to your tip:

ls -lRa | sort +4n

and got those steenkin' hidden files too!

Terry Fowler


__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/




More information about the thelist mailing list