From eaf1b74802ded170b8d48658c2674ba08c0547c5 Mon Sep 17 00:00:00 2001 From: julio4 <30329843+julio4@users.noreply.github.com> Date: Sat, 8 Oct 2022 23:25:24 +0200 Subject: [PATCH] bg: add French translation (#8738) --- pages.fr/common/bg.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages.fr/common/bg.md diff --git a/pages.fr/common/bg.md b/pages.fr/common/bg.md new file mode 100644 index 000000000..46af3e56c --- /dev/null +++ b/pages.fr/common/bg.md @@ -0,0 +1,12 @@ +# bg + +> Reprend l'exécution de tâches qui ont été suspendues (en utilisant `Ctrl + Z` par exemple) en arrière-plan. +> Plus d'informations : . + +- Reprend l'exécution de la dernière tâche suspendue en arrière-plan : + +`bg` + +- Reprend l'exécution d'une tâche précise (utiliser `jobs -l` pour obtenir son ID) en arrière-plan : + +`bg %{{job_id}}`