Skip to content

Instantly share code, notes, and snippets.

@amoilanen
Last active August 15, 2018 12:55
Show Gist options
  • Save amoilanen/c4f81c58aee2a3b0058a52e21889616e to your computer and use it in GitHub Desktop.
Save amoilanen/c4f81c58aee2a3b0058a52e21889616e to your computer and use it in GitHub Desktop.
Bash command that finds subdirectories of the current directory that are larger than 1Gb
du -h | grep '^[0-9]\.*[0-9]*G'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment