Last active
August 17, 2022 08:29
-
-
Save nutrino/0a2e8fa451ca33969cf8f99bfdb5dd59 to your computer and use it in GitHub Desktop.
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 specific named folders | |
find ex-cosmwasm/ -type d -name "target" -exec rm -r {} + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
find Sync/ -name *.tmp -ls
find Sync/ -name *.tmp -exec rm {} +