Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux recursive find file content

grep --include=*.{<file extetions >} -rnw '<path>' -e "<pattren>"
example: grep --include=*.{log} -rnw '.' -e "test"
 
PREVIOUS NEXT
Tagged: #linux #recursive #find #file #content
ADD COMMENT
Topic
Name
1+9 =