Answers for "grep search for string in directory"

1

grep in folder

grep -nr 'yourString*' .
Posted by: Guest on December-04-2020
0

grep search for string in directory

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

Code answers related to "grep search for string in directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language