Answers for "how to search a file in a directory in linux"

11

bash search file in directory

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

Code answers related to "how to search a file in a directory in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language