Answers for "find filename containing string linux"

8

find string in files linux

grep -rnw '/path/to/somewhere/' -e 'pattern'
Posted by: Guest on January-23-2020
2

find file by name linux

find /path -name *.txt
Posted by: Guest on October-05-2021

Code answers related to "find filename containing string linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language