Skip to content

Instantly share code, notes, and snippets.

@lpirir
Created October 17, 2014 14:51
Show Gist options
  • Save lpirir/5fe1d8dd4f790f288997 to your computer and use it in GitHub Desktop.
Save lpirir/5fe1d8dd4f790f288997 to your computer and use it in GitHub Desktop.
Mostrar los directorios con mas espacio ordenados por tamaño
du -Sh | sort -rh | head -n 15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment