Ref Grep V0

Synopsis

grep [OPTIONS] PATTERN [FILE...]
grep [OPTIONS] [-e PATTERN | -f FILE] [FILE...] 

Example

grep 'python' *

Backlinks