Knowledgebase
Search For Text Inside Files On Linux
Posted by Will Kruss on 31 May 2016 04:58 PM
|
|
Visit us today and know the easiest way to search for text inside files on Linux. Follow the steps and do it yourself. To search for text inside files on Linux the easiest way is to type: grep -H -r "texttofind" /home/ 2>/dev/null grep : The command
| |
|