diff --git a/unix/exercices/solutions/grep-sol.tml b/unix/exercices/solutions/grep-sol.tml index 5246d3e..f991ef6 100644 --- a/unix/exercices/solutions/grep-sol.tml +++ b/unix/exercices/solutions/grep-sol.tml @@ -468,7 +468,7 @@ est placé en fin d'expression. Dans notre cas : fonctionne; par exemple (avec grep), pour chercher «charbon» ou «vagabond», on écrit :
-grep 'ar?bo' fichier
+grep 'ar\?bo' fichier