bg: add Italian translation.

This commit is contained in:
Marco Bonelli
2019-01-24 22:45:07 +01:00
committed by Starbeamrainbowlabs
parent 84f5ff98c9
commit 5a724fbe82

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}}`