From 80977a0d69ba5184a8f0cc7dfd2dca69a6c550dd Mon Sep 17 00:00:00 2001 From: Ivaylo Ivanov Date: Sat, 6 Oct 2018 17:26:05 +0200 Subject: [PATCH] Edit README --- mygrep/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mygrep/README.md b/mygrep/README.md index cead972..78ecd1c 100644 --- a/mygrep/README.md +++ b/mygrep/README.md @@ -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.