Skip to content

Instantly share code, notes, and snippets.

@cezheng
Created April 14, 2016 09:18
Show Gist options
  • Select an option

  • Save cezheng/89bf38627a5a2c04c64dc92844b5440a to your computer and use it in GitHub Desktop.

Select an option

Save cezheng/89bf38627a5a2c04c64dc92844b5440a to your computer and use it in GitHub Desktop.
list directories greater than a given size
du -sm * | awk '$1 > 1000'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment