Answers for "search for filename recursively linux"

4

search for filename recursively linux

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

linux search for a given string in all files recursively

$ grep -r "String to be searched goes here" *
Posted by: Guest on September-29-2020

Code answers related to "search for filename recursively linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language