Skip to content

Instantly share code, notes, and snippets.

@Chubby-Chocobo
Last active August 26, 2019 05:08
Show Gist options
  • Save Chubby-Chocobo/ec36fcdcca8e49f7f38536b8d67cef87 to your computer and use it in GitHub Desktop.
Save Chubby-Chocobo/ec36fcdcca8e49f7f38536b8d67cef87 to your computer and use it in GitHub Desktop.
Misc stuffs

Sort contents of a directory includes hidden files

du -sch .[!.]* * | sort -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment