grep output code example
Example 1: put grep output in a file
grep -n "YOUR SEARCH STRING" * > output-file
Example 2: what can I do with grep command that is useful
15 Practical Grep Command Examples In Linux / UNIX
grep -n "YOUR SEARCH STRING" * > output-file
15 Practical Grep Command Examples In Linux / UNIX