Answers for "how do we search a line in a file in linux?"

6

linux search for line in file

grep -R "keyword" /directory/
Posted by: Guest on May-28-2020

Code answers related to "how do we search a line in a file in linux?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language