View Single Post
Old 08-23-2007, 12:38 PM  
ServerGenius
Confirmed User
 
Join Date: Feb 2002
Location: Amsterdam
Posts: 9,377
that last one can be handy for some of you.....it will print a list of all files on a unix/linux server that are bigger than 1000000 Kbytes with paths

handy to find big logfiles or to see where big files are located on your server

here's the command once again:

find /* -type f -size +100000k -exec ls -lah {} \; | awk '{ print $8 ": " $5 }'
__________________
| http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |
ServerGenius is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote