Remember this
If you want to search for a specific string in all files recursivly then use this command:
grep -R <search string> <files/*>
If you want to search for a specific string in all files recursivly then use this command:
grep -R <search string> <files/*>
You must be logged in to post a comment.