Skip to content

Instantly share code, notes, and snippets.

@abelardojarab
Created January 29, 2018 03:44
Show Gist options
  • Select an option

  • Save abelardojarab/fd257219e5e07eedc7af16b6018b430a to your computer and use it in GitHub Desktop.

Select an option

Save abelardojarab/fd257219e5e07eedc7af16b6018b430a to your computer and use it in GitHub Desktop.
Find directories consuming most disk space in Linux

In console type:

$ du -ha * | sort -rh | head -5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment