Skip to content

Instantly share code, notes, and snippets.

@Sacristan
Created June 12, 2014 12:55
Show Gist options
  • Save Sacristan/c71ec56a7e8d72b724bf to your computer and use it in GitHub Desktop.
Save Sacristan/c71ec56a7e8d72b724bf to your computer and use it in GitHub Desktop.
check unix relative dir disk space
du --max-depth=1 2> /dev/null | sort -n -r | head -n20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment