From 805aaab2c5212fe9757fdd3942412e092f689e71 Mon Sep 17 00:00:00 2001 From: Kevin Maruis Kamdem Date: Mon, 27 Jul 2026 12:46:16 +0100 Subject: [PATCH] Fix formatting of echo command in note.txt --- 04_lab-4/note.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_lab-4/note.txt b/04_lab-4/note.txt index c2ab62e..c5927cb 100644 --- a/04_lab-4/note.txt +++ b/04_lab-4/note.txt @@ -16,7 +16,7 @@ exit docker exec -it ubuntu2 /bin/bash ls /tmp - echo "eazytraining is the best"> /tmp/toto.txt + echo "eazytraining is the best" > /tmp/toto.txt docker exec -it ubuntu1 /bin/bash cat /tmp/toto.txt