Showing posts with label large files. Show all posts
Showing posts with label large files. Show all posts

Sunday, January 5, 2014

How to quickly find the largest files on the system.

You can execute the du command shown below to find the largest files on the system.

bash# du -ch -x --max-depth=1



--