Thursday, April 06, 2006
Wednesday, April 05, 2006
How to find files with Large size on Linux
The cool shell script.
find $1 -type f -size +20000k -exec ls -lh {} \; awk '{ print $9 ": " $5 }'
find $1 -type f -size +20000k -exec ls -lh {} \; awk '{ print $9 ": " $5 }'
Tuesday, April 04, 2006
Subscribe to:
Posts (Atom)