Answers for "unix command to find a string in all files in a directory and subdirectory"

6

bash search files in subdirectory

find . -name "foo*"
Posted by: Guest on November-29-2020

Code answers related to "unix command to find a string in all files in a directory and subdirectory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language