<div class="gmail_quote">2013/3/25 sabina batranu <span dir="ltr"><<a href="mailto:sabina_btrn@yahoo.com" target="_blank">sabina_btrn@yahoo.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-size:10pt;font-family:arial,helvetica,sans-serif"><div style="font-family:arial,helvetica,sans-serif;font-size:10pt"><div style="font-family:times new roman,new york,times,serif;font-size:12pt">Am executat de 100 de ori
cd-urile alea, si orice le-ai face, se executa primele, inainte de restul proceselor. Din asta trebuie sa deduc ca defapt nu trebuie paralelizate </div> </div> </div></div></blockquote></div> <br>Aici[1] scrie în felul următor : "If a command is terminated by the control operator ‘<samp>&</samp>’,
the shell executes the command asynchronously in a subshell.
This is known as executing the command in the <var>background</var>.
The shell does not wait for the command to finish, and the return
status is 0 (true).". <br>Adică shellul pornește execuția comenzilor dar nu așteaptă să se termine. Prin urmare, ele rulează în paralel (cd-ul se termină foarte repede dar principiul rămâne).<br><br>Adrian<br><br>[1] <a href="http://www.gnu.org/software/bash/manual/bashref.html#Lists">http://www.gnu.org/software/bash/manual/bashref.html#Lists</a><br>