Answers for "search grep"

1

shell find string in directory

grep -R "string_to_search" *
Posted by: Guest on August-09-2020
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