From 9d85a8ee606bddf192f26c2a012554da34ef3fb3 Mon Sep 17 00:00:00 2001 From: xpetit Date: Mon, 3 Jun 2019 18:19:20 +0100 Subject: [PATCH] Fix typo --- subjects/cl-camp7.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/cl-camp7.en.md b/subjects/cl-camp7.en.md index bbbfabed..caef8788 100644 --- a/subjects/cl-camp7.en.md +++ b/subjects/cl-camp7.en.md @@ -10,6 +10,6 @@ Create a file `"\?$*'ChouMi'*$?\"` that will contain "01" and **nothing else**. ```console student@ubuntu:~/piscine/test$ ls | cat -e -"\?$*'ChouMi'*$?\" $ +"\?$*'ChouMi'*$?\"$ student@ubuntu:~/piscine/test$ ```