Created
          July 9, 2022 20:55 
        
      - 
      
- 
        Save frederickding/7dec58feb88e58fa8b6a9f40f62daab0 to your computer and use it in GitHub Desktop. 
    Find command for excluding annoying directories
  
        
  
    
      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
    
  
  
    
  | #!/bin/sh | |
| find /mnt/isos -type f -not \( -path '#recycle' -o -name '.DS_Store' -o -path '*@eaDir*' \) 2>/dev/null | sort | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment