PETERZSIGMOND.DEV
GitHub

Commands

A collection of shell commands for IT people

Shell >

Grep

Search in files

grep -rni "text" .
-r: recursive
-n: display line number
-i: case-insensitive