Articles & Code Snippets


Find files containing specific text on Linux?

How to find all files containing specific text on Linux?


How to find all files containing specific text on Linux?

grep -rnw '/path/to/folder/' -e "string"
web


Archives