Answers for "shell script to find file in directory"

11

bash search file in directory

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

Code answers related to "shell script to find file in directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language