Skip to content

Instantly share code, notes, and snippets.

@vicradon
Last active October 22, 2024 17:44
Show Gist options
  • Save vicradon/0c15aa83af77932c559306ec9514c962 to your computer and use it in GitHub Desktop.
Save vicradon/0c15aa83af77932c559306ec9514c962 to your computer and use it in GitHub Desktop.
Check the sorted disk usage of a particular directory on UNIX
sudo du -cksh .[!.]* * | sort -hr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment