Skip to content

Instantly share code, notes, and snippets.

@obar1
Last active June 26, 2024 13:25
Show Gist options
  • Save obar1/a792a296ecf8f77bcb4995702dbcde56 to your computer and use it in GitHub Desktop.
Save obar1/a792a296ecf8f77bcb4995702dbcde56 to your computer and use it in GitHub Desktop.
drop Identifier
find . -name "*.Identifier" -type f -print0 | xargs -0 rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment