/ Published in: Bash
                    
                                        
This will return all files in the current directory (and all subdirectories) containing "MyPattern" (replace with any regex), ignoring case-sensitivity.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
grep -ir "MyPattern" *
Comments
 Subscribe to comments
                    Subscribe to comments
                
                