Created
September 7, 2021 01:20
-
-
Save ecormaksin/9e46862ca8a64d27847a28421e07315e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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