Skip to content

Instantly share code, notes, and snippets.

@niteshpurohit
Created September 28, 2020 04:51
Show Gist options
  • Select an option

  • Save niteshpurohit/66713df651423750bae152321b3a4a6b to your computer and use it in GitHub Desktop.

Select an option

Save niteshpurohit/66713df651423750bae152321b3a4a6b to your computer and use it in GitHub Desktop.
node_modules
find . -name "node_modules" -type d -prune | xargs du -chs
find . -name "node_modules" -type d -prune | xargs du -chs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment