michael.mcghee of Papercut Interactive
2/22/2019 - 7:27 PM

Show Largest 20 Files/Folders in a Directory

After SSH'ing into a server, you can run this command to view the 20 largest files/folders in a directory.

du -hs * | sort -rh | head -20