Skip to content

Instantly share code, notes, and snippets.

@ecormaksin
Created September 7, 2021 01:20
Show Gist options
  • Save ecormaksin/9e46862ca8a64d27847a28421e07315e to your computer and use it in GitHub Desktop.
Save ecormaksin/9e46862ca8a64d27847a28421e07315e to your computer and use it in GitHub Desktop.
find <target_path> -type f -name <file_filter> -print 2>/dev/null | xargs file | grep "UTF-8 Unicode (with BOM) text"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment