Loading
Search For a String in all the Folder

Java Quick Notes

Refresh Your Java - Before Java Interview

We are Agile, believe in less Documentation - Only Quick notes (Java Interview Questions) of Java/J2ee Read more....


Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet
Not Included Yet

Go to SiteMap

Q)  Search For a String in all the Folder ?


Ans)

find . -type f -exec grep -l "yourword" {} +

Or
 
find . -exec grep "yourword" '{}' \; -print

Or
 
find /path/to/dir -type f | xargs grep -l "yourword"



Back to top

------------------------- We hope you got necessary Info On -----------------------------------------

Search For a String in all the Folder


Search For a String in all the Folder

-------------------------------------------------------------------------------------------------------



Face Book
Request for a Mock Interview/Training

Get a PDF

Face Book
Same look (Read) on any device, this is Ads free