Created
May 14, 2014 21:02
-
-
Save dobsondev/0b30e24b53b42278c287 to your computer and use it in GitHub Desktop.
Finds a file with a newline, carriage return, or blank character in its name.
This file contains 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 . -name '*['$'\r'$'\n'$' '']*' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment