Edit README

This commit is contained in:
Ivaylo Ivanov 2018-10-06 17:26:05 +02:00
parent 36420488a1
commit 80977a0d69
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
A reduced variation of the Unix-command `grep`.
It reads in several files and prints all lines containing a keyword.
` SYNOPSIS
mygrep [-i] [-o outfile] keyword [file...] `
SYNOPSIS
mygrep [-i] [-o outfile] keyword [file...]
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.