Answers for "how to search string in subdirectory in unix"

0

how to search string in subdirectory in unix

grep -rl "string" /path
Posted by: Guest on February-15-2021
0

how to search string in subdirectory in unix

grep -Hrn 'search term' path/to/files
Posted by: Guest on February-15-2021

Code answers related to "how to search string in subdirectory in unix"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language