Answers for "linux grep search for file name"

2

find file by name linux

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

grep search for string in directory

grep -nr 'yourString*' .
Posted by: Guest on May-03-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language