From 3979ed287aac8b8a272605a68d12d62dac243be1 Mon Sep 17 00:00:00 2001 From: gcolpart Date: Mon, 19 Sep 2016 19:18:40 +0200 Subject: [PATCH] Correction bug syntaxe --- HowtoScreen.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HowtoScreen.md b/HowtoScreen.md index 689e517e..0119da34 100644 --- a/HowtoScreen.md +++ b/HowtoScreen.md @@ -30,11 +30,13 @@ $ screen -S foo ~~~ Pour se rattacher à un screen existant avec le numéro 30742 (voir screen -ls) + ~~~{.bash} $ screen -rd 30742 ~~~ Pour se rattacher à un screen existant et utilisé en partage (permettant de voir à plusieurs un terminal) + ~~~{.bash} $ screen -x 30742 ~~~