Last active
March 19, 2021 14:53
-
-
Save tonyc726/8e5312ae56e6b5a9b651ea3b9f09bc1a to your computer and use it in GitHub Desktop.
常用zsh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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