Skip to content

Instantly share code, notes, and snippets.

@RomanPodkovyrin
Created September 26, 2023 20:50
Show Gist options
  • Save RomanPodkovyrin/71282c8e0d46cdb9fe31913ff2d46065 to your computer and use it in GitHub Desktop.
Save RomanPodkovyrin/71282c8e0d46cdb9fe31913ff2d46065 to your computer and use it in GitHub Desktop.
Delete Zone.Identifier files
find . -name "*:Zone.Identifier" -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment