Next Post

FINDING MORE LARGE FILES

To find out the large files
on a file system.

find / -xdev -size +1024 -exec ls -al {} \; | sort -r -k 5

- Unix tips at UGU


About this entry