How to find a string or text in a file on Linux
grep -r --include=\*.forward 'andre'
Remark : Find a sting "andre" on file .forward
Programming tutorial, tips and tricks
How to find a string or text in a file on Linux
grep -r --include=\*.forward 'andre'
Remark : Find a sting "andre" on file .forward
About Me
|