Skip to content

Instantly share code, notes, and snippets.

@feffi
Created April 16, 2013 09:53
Show Gist options
  • Save feffi/5394749 to your computer and use it in GitHub Desktop.
Save feffi/5394749 to your computer and use it in GitHub Desktop.
find files with umlauts in their names
find . -name "*[^a-zA-Z0-9 -_/.]*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment