bg: add Italian translation.
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
84f5ff98c9
commit
5a724fbe82
11
pages.it/common/bg.md
Normal file
11
pages.it/common/bg.md
Normal 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}}`
|
Reference in New Issue
Block a user