On Fri, Mar 23, 2012 at 08:37, Luca Costantino <[email protected]> wrote: > è possibile tramite bash lanciare più processi _contemporaneamente_ > anzichè farli eseguire sequenzialmetne?
(sleep 1;echo 1) & (sleep 2;echo 2) & (sleep 3;echo 3) & se ti serve aspettare che tutti abbiano finito, usa wait (builtin bash). Ciao, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi -- Per REVOCARE l'iscrizione alla lista, inviare un email a [email protected] con oggetto "unsubscribe". Per problemi inviare un email in INGLESE a [email protected] To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/CAB4XWXwumW2rPJ+unYTR=3gb0mks8foxb8xadt9fnvtcfj-...@mail.gmail.com

