From b236264e845cc241db69d5edaa5fa5c645068a68 Mon Sep 17 00:00:00 2001 From: eslopfer Date: Thu, 5 Jan 2023 06:02:40 +0000 Subject: [PATCH] docs(plus): remove cat -e --- subjects/devops/plus/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/devops/plus/README.md b/subjects/devops/plus/README.md index 1937eafc..4d61e705 100644 --- a/subjects/devops/plus/README.md +++ b/subjects/devops/plus/README.md @@ -7,8 +7,8 @@ In this exercise, you will make a script `plus.sh` that will take two arguments ### Usage ```console -$ ./plus.sh 2 3 | cat -e -5$ +$ ./plus.sh 2 3 +5 $ ```