Created
July 4, 2017 13:58
-
-
Save sushyad/43dfec8257dbde2dba747eed7f6ad833 to your computer and use it in GitHub Desktop.
Find non-ascii file names
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 non-ascii file names | |
LC_ALL=C find . -name '*[! -~]*' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment