Skip to content

Instantly share code, notes, and snippets.

@anibalardid
Created September 26, 2019 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anibalardid/10957d1f560d3f6fd985d8f7057e01ad to your computer and use it in GitHub Desktop.
Save anibalardid/10957d1f560d3f6fd985d8f7057e01ad to your computer and use it in GitHub Desktop.
Find directories that size is more than 250 MB
du -h -d 1 -t 250M . | sort -hr > more250M.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment