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.

Revisions

  1. ShichenLiu created this gist Sep 20, 2017.
    7 changes: 7 additions & 0 deletions scripts.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    ###########################################
    # File Size
    ###########################################
    # Show current folder size
    du -sh
    # Show all files with corresponding size
    du -h --max-depth=1