From 51c804a135aa6ad11d236b698fcb82da1f7ea7c0 Mon Sep 17 00:00:00 2001 From: Zouhair AMAZZAL Date: Fri, 9 Dec 2022 10:03:49 +0100 Subject: [PATCH] docs(head-and-tail): fix grammer error --- subjects/devops/head-and-tail/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/subjects/devops/head-and-tail/README.md b/subjects/devops/head-and-tail/README.md index cb0cefb5..cb9ec3bd 100644 --- a/subjects/devops/head-and-tail/README.md +++ b/subjects/devops/head-and-tail/README.md @@ -47,7 +47,9 @@ $tail -1 file $ ``` -May you will need to use `pipe (|)` and `&&`. +You may need to use pipes `(|)` and the logical operator `&&`. + + > You have to use Man or Google to know more about commands flags, in order to solve this exercise! > Google and Man will be your friends!