Skip to content

Instantly share code, notes, and snippets.

@ugovaretto
Last active November 16, 2020 04:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ugovaretto/ae6d745884a5cd23d77297a90d1b3607 to your computer and use it in GitHub Desktop.
Save ugovaretto/ae6d745884a5cd23d77297a90d1b3607 to your computer and use it in GitHub Desktop.
List disk usage for hidden files
#!/usr/bin/env bash
du -sch .[!.]* * | sort -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment