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 }'

1 comment:

RC Mishra said...

Hi,
Thanx for enabling commenting.
I need a help from you, its related to linux.
2 months ago I tried to install linux on my laptop, but after installation it doesnt start.
Although i was seeing the startup screen for choosing the OS after selectin Linux, it was just trying to start and hangd-up.

Waiting to hear from you soon.