bg: add Italian translation.

italian
Marco Bonelli 2019-01-24 22:45:07 +01:00 committed by Starbeamrainbowlabs
parent 84f5ff98c9
commit 5a724fbe82
1 changed files with 11 additions and 0 deletions

11
pages.it/common/bg.md Normal file
View File

@ -0,0 +1,11 @@
# 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}}`