Answers for "grep seach string"

0

grep search

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

search of string with grep

grep 'searchText' fileName
Posted by: Guest on August-03-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language