diff --git a/pages.it/common/bg.md b/pages.it/common/bg.md new file mode 100644 index 0000000000..12ffb7ef07 --- /dev/null +++ b/pages.it/common/bg.md @@ -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}}`