1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.it/common/bg.md
2021-04-18 15:33:27 +01:00

12 lines
344 B
Markdown

# bg
> Riprende job che sono stati sospesi (e.g. usando `Ctrl + Z`) mettendoli in esecuzione in background.
> Maggiori informazioni: <https://manned.org/bg>.
- Riprendi il job sospeso più recentemente ed eseguilo in background:
`bg`
- Riprendi uno specifico job (usa `jobs -l` per trovare l'ID) ed eseguilo in background:
`bg {{id_job}}`