tldr/pages.it/common/bg.md

13 lines
345 B
Markdown
Raw Normal View History

2019-01-24 21:45:07 +00:00
# bg
> Riprende job che sono stati sospesi (e.g. usando `Ctrl + Z`) mettendoli in esecuzione in background.
> Maggiori informazioni: <https://manned.org/bg>.
2019-01-24 21:45:07 +00:00
- 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}}`