From e54de0fe527f9d97fcf719f511e25828bec7aaea Mon Sep 17 00:00:00 2001 From: Asaf Kahlon Date: Sat, 13 Mar 2021 20:48:15 +0200 Subject: [PATCH] solution: simplify final command Signed-off-by: Asaf Kahlon --- solution | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution b/solution index 8de91d1..7ce1361 100644 --- a/solution +++ b/solution @@ -18,4 +18,4 @@ Seeing The Answer: To give up and view the correct answer, copy and paste the following command and execute it from inside the main clmystery directory: - echo " " && sed -n '/Z/p' encoded | tail -n 6 | cut -c 8,22,23,41 && echo " " + sed -n '/Z/p' encoded | cut -c 8,22,23,41