Edit README
This commit is contained in:
parent
36420488a1
commit
80977a0d69
@ -3,8 +3,8 @@
|
|||||||
A reduced variation of the Unix-command `grep`.
|
A reduced variation of the Unix-command `grep`.
|
||||||
It reads in several files and prints all lines containing a keyword.
|
It reads in several files and prints all lines containing a keyword.
|
||||||
|
|
||||||
` SYNOPSIS
|
SYNOPSIS
|
||||||
mygrep [-i] [-o outfile] keyword [file...] `
|
mygrep [-i] [-o outfile] keyword [file...]
|
||||||
|
|
||||||
The program `mygrep` reads files line by line and for each line checks whether it contains the search
|
The program `mygrep` reads files line by line and for each line checks whether it contains the search
|
||||||
term keyword. The line is printed if it contains the keyword, otherwise it is not printed.
|
term keyword. The line is printed if it contains the keyword, otherwise it is not printed.
|
||||||
|
Reference in New Issue
Block a user