Skip to content

Instantly share code, notes, and snippets.

@neos1803
Created May 27, 2024 02:31
Show Gist options
  • Save neos1803/6e641d6be2802b460f6258abd1f1ed62 to your computer and use it in GitHub Desktop.
Save neos1803/6e641d6be2802b460f6258abd1f1ed62 to your computer and use it in GitHub Desktop.
Shell command to delete files by pattern
find . -name '*.orig' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment