Skip to content

Instantly share code, notes, and snippets.

@nutrino
Last active August 17, 2022 08:29
Show Gist options
  • Save nutrino/0a2e8fa451ca33969cf8f99bfdb5dd59 to your computer and use it in GitHub Desktop.
Save nutrino/0a2e8fa451ca33969cf8f99bfdb5dd59 to your computer and use it in GitHub Desktop.
# Remove specific named folders
find ex-cosmwasm/ -type d -name "target" -exec rm -r {} +
@nutrino
Copy link
Author

nutrino commented Aug 17, 2022

find Sync/ -name *.tmp -ls

find Sync/ -name *.tmp -exec rm {} +

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