Skip to content

Instantly share code, notes, and snippets.

@skyrocknroll
Created September 18, 2014 10:40
Show Gist options
  • Save skyrocknroll/4a5b8a7faa3d3318bad2 to your computer and use it in GitHub Desktop.
Save skyrocknroll/4a5b8a7faa3d3318bad2 to your computer and use it in GitHub Desktop.
disk usage analyser command

du -h / | grep '[0-9\.]\+M'

  • Instead of M if we PUT G then it will show only folder which is size of in GBs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment