Skip to content

Instantly share code, notes, and snippets.

@JosefJezek
Created June 19, 2019 13:14
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 JosefJezek/2a01cde5d025745c914be70edf277cd1 to your computer and use it in GitHub Desktop.
Save JosefJezek/2a01cde5d025745c914be70edf277cd1 to your computer and use it in GitHub Desktop.
Bash Snippets
## Dir Size
```sh
du -sh node_modules/* | sort -rh | head -n 10
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment