Answers for "grep search"

6

linux search for line in file

grep -R "keyword" /directory/
Posted by: Guest on May-28-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