Answers for "how to grep a directory for a string to find a file"

1

grep search for string in directory

grep -nr 'yourString*' .
Posted by: Guest on May-03-2020

Code answers related to "how to grep a directory for a string to find a file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language