Skip to content

Instantly share code, notes, and snippets.

@alenabdula
Created May 14, 2016 17:17
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 alenabdula/43089d8e936c126d5653e3199b478e09 to your computer and use it in GitHub Desktop.
Save alenabdula/43089d8e936c126d5653e3199b478e09 to your computer and use it in GitHub Desktop.
List of useful terminal commands

List of useful commands

  1. find . -type d -name 'node_modules' | xargs rm -r - removes all node_modules folders recursively.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment