Hi all,
I want to assign to an array the output of operating system command:
/usr/bin/ssh [EMAIL PROTECTED] sar -u 1 1|awk '/%usr    %sys    %wio   %idle/
{ getline ; printf "%s %s %s %s\n", $2, $3, $4, $5 }'
How can I do it? I have some problem because there are a lot of special
character...

Thank You


Mauro


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to