Skip to content

Instantly share code, notes, and snippets.

@dut-a
Created May 31, 2020 22: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 dut-a/f86c0d04026b5c0ae666a16462f6ce6a to your computer and use it in GitHub Desktop.
Save dut-a/f86c0d04026b5c0ae666a16462f6ce6a to your computer and use it in GitHub Desktop.
echo "The following were deleted: ";
find . -type d -name "*node_modules*" -maxdepth 2 -print 2>/dev/null -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment