Answers for "use grep command in linux to search in current directory"

1

grep search for string in directory

grep -nr 'yourString*' .
Posted by: Guest on May-03-2020

Code answers related to "use grep command in linux to search in current directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language