Created
          March 6, 2018 08:40 
        
      - 
      
 - 
        
Save ascendbruce/2f95e88588b88f1b8bc558f74f951e51 to your computer and use it in GitHub Desktop.  
Revisions
- 
        
ascendbruce created this gist
Mar 6, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ # Source: https://stackoverflow.com/questions/19008614/find-files-with-illegal-windows-characters-in-the-name-on-linux # reserved characters for filename on windows: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx find . -name '*[<>:/\\|?*]*'