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