Answers for "grep find in more file"

0

grep in file content

grep -rnw '/path/to/somewhere/' -e 'pattern'
Posted by: Guest on October-27-2021
-2

grep in multiple files

grep -E 'fatal|error|critical|failure|warning|' *.log
Posted by: Guest on September-02-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language