Answers for "find string in files ubuntu"

3

find in files ubuntu

grep -r 'pattern_to_match' directory_to_search
Posted by: Guest on February-28-2021
0

ubuntu find text in files

grep -r word *
Posted by: Guest on December-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language