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!