OMGSW Blog
Top Menu
OMGSW
12/17/2010
where is my free disk space :)
To list files larger than 10M:
find / -type f -size +10000k -exec ls -lh {} \; | awk '{ print $8 ": " $5 }'
To list files larger than 100M:
find / -type f -size +100000k -exec ls -lh {} \; | awk '{ print $8 ": " $5 }'
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)