greap text in file linux first 5 places code example
Example 1: linux search for line in file
grep -R "keyword" /directory/
Example 2: what can I do with grep command that is useful
15 Practical Grep Command Examples In Linux / UNIX
grep -R "keyword" /directory/
15 Practical Grep Command Examples In Linux / UNIX