Guest User

Untitled

a guest
Jan 7th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #!/bin/bash
  2. find ~/git -type d -name 'node_modules' -prune | xargs du -sh | sort -hr
  3. find ~/git -type d -name 'node_modules' -prune | xargs rm -r
Add Comment
Please, Sign In to add comment