From e2e32458af0a63a829008b2b187f041b314da1f4 Mon Sep 17 00:00:00 2001 From: Zouhair AMAZZAL Date: Sat, 3 Dec 2022 03:03:41 +0100 Subject: [PATCH] docs(find-files): add pipe and && reminder in doc --- subjects/find-files/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subjects/find-files/README.md b/subjects/find-files/README.md index aa7cd928..169ad726 100644 --- a/subjects/find-files/README.md +++ b/subjects/find-files/README.md @@ -43,5 +43,7 @@ $find ~/ \( -type f \) $ ``` +May you will need to use `pipe (|)` and `&&`. + > You have to use Man or Google to know more about commands flags, in order to solve this exercice! > Google and Man will be your friends! \ No newline at end of file