VDS Sphera Knowledge Base
| Main / Browse Categories / Unix / Linux / How can I search files from the command line using grep? |
How can I search files from the command line using grep?
grep -r "[SEARCH_TERM]" [PATH]Replace [PATH] with the path to search in and replace [SEARCH_TERM] with the phrase/word you are searching for. You can run this command for addtional help: grep --help
User Comments
|
||||||||
Attachments
| No attachments. |
Related Articles


