How to retrieve a file with a specific string or keyword using UNIX command line
Anonymous
find . | grep -i "String" find is generally used to find the name of the files & Grep is used to search for content present in the file
Check out your Company Bowl for anonymous work chats.