Raz van Radu wrote: > > scuze ca ma bag asa, si poate-i si de niubai dar... > > > 2>/dev/null 1>/dev/null > ^^^^^^^^^^^^^^^^^^^^^^^^^ > ce-nseamna astea - niciodata n-am stiut "If you are puzzled by the "2>" symbol, here briefly is how to rationalize it. The standard streams have standard descriptors. "0" is standard input, "1" standard output and "2" is standard error. dir my_dir > file.txt is short for dir my_dir 1> file.txt therefore the below redirects the standard error: dir my_dir 2> file.txt " (regards http://sunsite.auc.dk/linux-newbie/FAQ2.htm) Se aplica si la '>>'. Bye, GHRT --- Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to unsubscribe from this list.
