Satisfied?
nu, pentru ca am incercat inainte sa postez intrebarea :) se pare ca intr-un script nu functioneaza chestia asta. [EMAIL PROTECTED] root]# cat aa something & echo waiting sleep 3 echo killing kill -9 %1 echo done [EMAIL PROTECTED] root]# ./aa waiting killing ./aa: line 5: kill: `%1': not a pid or valid job spec done [EMAIL PROTECTED] root]# ps auxw | grep something root 22717 1.6 0.1 3448 1660 pts/1 S 11:11 0:00 something _______________________________________________ RLUG mailing list [email protected] http://lists.lug.ro/mailman/listinfo/rlug
