Skip to content

Instantly share code, notes, and snippets.

@kamcpp
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save kamcpp/84dd1d945f3ceaa6783f to your computer and use it in GitHub Desktop.

Select an option

Save kamcpp/84dd1d945f3ceaa6783f to your computer and use it in GitHub Desktop.
Useful Linux Commands
Sorted list of directories consuming gigabytes of hard disk in [dir]:
du -h [dir] | grep '^[0-9,]\+G' | sort -nr
---------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment