Answers for "search line text file linux"

8

file search linux by text

grep -rnw '/path/to/somewhere/' -e 'pattern'
Posted by: Guest on January-23-2020
6

linux search for line in file

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

Code answers related to "search line text file linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language