Answers for "search file in directory linux command"

8

bash search file in directory

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

linux search inside files

grep -Rl "search-term"
Posted by: Guest on October-07-2021

Code answers related to "search file in directory linux command"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language