Skip to content

Instantly share code, notes, and snippets.

@johnelliott
Last active March 27, 2019 22:21
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 johnelliott/ccbcd6330262ffd41018ccad5d249916 to your computer and use it in GitHub Desktop.
Save johnelliott/ccbcd6330262ffd41018ccad5d249916 to your computer and use it in GitHub Desktop.
node modules disk utilization
# List size of node_modules directories older than one year for projects in CWD
du -c -m -d 0 `find * -name node_modules -type d -maxdepth 1` |sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment