Skip to content

Instantly share code, notes, and snippets.

@ShichenLiu
Created September 20, 2017 08:38
Show Gist options
  • Select an option

  • Save ShichenLiu/cd63d743395426c1e4f1bfd6321fb036 to your computer and use it in GitHub Desktop.

Select an option

Save ShichenLiu/cd63d743395426c1e4f1bfd6321fb036 to your computer and use it in GitHub Desktop.
Linux Useful Scripts
###########################################
# File Size
###########################################
# Show current folder size
du -sh
# Show all files with corresponding size
du -h --max-depth=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment