1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-11 00:15:41 +02:00
tldr/pages.fr/common/bg.md

13 lines
376 B
Markdown
Raw Normal View History

2022-10-08 23:25:24 +02:00
# bg
> Reprend l'exécution de tâches qui ont été suspendues (en utilisant `<Ctrl z>` par exemple) en arrière-plan.
2022-10-08 23:25:24 +02:00
> Plus d'informations : <https://manned.org/bg>.
- 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}}`