tldr/pages.it/common/bg.md
2019-01-28 18:10:19 +00:00

12 lines
294 B
Markdown

# bg
> Riprende job che sono stati sospesi (e.g. usando `Ctrl + Z`) mettendoli in esecuzione in background.
- 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}}`