Answers for "linux grep command search file"

1

grep search for string in directory

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

grep search

grep -r "texthere" .
Posted by: Guest on October-23-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language