Skip to content

Instantly share code, notes, and snippets.

@tonyc726
Last active March 19, 2021 14:53
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 tonyc726/8e5312ae56e6b5a9b651ea3b9f09bc1a to your computer and use it in GitHub Desktop.
Save tonyc726/8e5312ae56e6b5a9b651ea3b9f09bc1a to your computer and use it in GitHub Desktop.
常用zsh
# remove node_modules in floder
find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +
# rename
rename -d "Typescript" ./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment