Skip to content

Instantly share code, notes, and snippets.

@sushyad
Created July 4, 2017 13:58
Show Gist options
  • Save sushyad/43dfec8257dbde2dba747eed7f6ad833 to your computer and use it in GitHub Desktop.
Save sushyad/43dfec8257dbde2dba747eed7f6ad833 to your computer and use it in GitHub Desktop.
Find non-ascii file names
#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