Skip to content

Instantly share code, notes, and snippets.

@kampfgnu
Created November 26, 2018 17:21
Show Gist options
  • Save kampfgnu/12043ae747e06c9dc55c05aa5d49dcc2 to your computer and use it in GitHub Desktop.
Save kampfgnu/12043ae747e06c9dc55c05aa5d49dcc2 to your computer and use it in GitHub Desktop.
list size of subfolders larger or equal 1 GB
du -h -d 1 | grep '[0-9]G\>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment