Skip to content

Instantly share code, notes, and snippets.

@maorkavod
Created May 5, 2019 16:16
Show Gist options
  • Save maorkavod/a35700b6a878b1c90a549e13cc56d0e6 to your computer and use it in GitHub Desktop.
Save maorkavod/a35700b6a878b1c90a549e13cc56d0e6 to your computer and use it in GitHub Desktop.
How to find out top Directories and files in Linux
du -a /var | sort -n -r | head -n 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment