Commit 80977a0d authored by Ivaylo Ivanov's avatar Ivaylo Ivanov

Edit README

parent 36420488
...@@ -3,8 +3,8 @@ ...@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment