bg: add French translation (#8738)

pull/1/head
julio4 2022-10-08 23:25:24 +02:00 committed by GitHub
parent 41b08169a0
commit eaf1b74802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
pages.fr/common/bg.md Normal file
View File

@ -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 : <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}}`