Revision: 9410
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        at November 4, 2008 10:31 by hoffstein
                            
                            Initial Code
grep -ir "MyPattern" *
Initial URL
Initial Description
This will return all files in the current directory (and all subdirectories) containing "MyPattern" (replace with any regex), ignoring case-sensitivity.
Initial Title
Grep to find files in a path containing a pattern
Initial Tags
Initial Language
Bash