Skip to content

Instantly share code, notes, and snippets.

@MozyOk
Last active November 22, 2018 08:58
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 MozyOk/f3ec09134a9a2ebb8e2ee1d5b0341ac9 to your computer and use it in GitHub Desktop.
Save MozyOk/f3ec09134a9a2ebb8e2ee1d5b0341ac9 to your computer and use it in GitHub Desktop.
Mac の容量がガッと増える魔法のコマンド

Mac

注意!!! カレントディレクトリ以下のnode_modulesが マジで消えるぞ!
find . -name "node_modules" -exec rm -rf '{}' +

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment