Skip to content

Instantly share code, notes, and snippets.

@chhanganivarun
Created February 16, 2022 13:11
Show Gist options
  • Save chhanganivarun/91a59896a48fc9af8fdbffb4237acc33 to your computer and use it in GitHub Desktop.
Save chhanganivarun/91a59896a48fc9af8fdbffb4237acc33 to your computer and use it in GitHub Desktop.
Get spaces used by directories in current directory
alias show_space="du -h | egrep '^[0-9.]+[KGMB]\b([^/]*/[^/]*){0,1}$'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment