Skip to content

Instantly share code, notes, and snippets.

@Godoy
Created December 5, 2014 12:20
Show Gist options
  • Save Godoy/f4d317884cae91d614bb to your computer and use it in GitHub Desktop.
Save Godoy/f4d317884cae91d614bb to your computer and use it in GitHub Desktop.
Lista os diretórios ordenados por ocupação de espaço em disco
sudo du -sx /* 2>/dev/null | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment