1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-02 08:55:31 +02:00
tldr/pages.it/common/bg.md

13 lines
345 B
Markdown
Raw Normal View History

2019-01-24 22:45:07 +01: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 22:45:07 +01: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}}`