<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div><br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Nico Kadel-Garcia <nkadel@gmail.com><br><b><span style="font-weight: bold;">To:</span></b> CentOS mailing list <centos@centos.org><br><b><span style="font-weight: bold;">Sent:</span></b> Thu, March 17, 2011 6:31:15 AM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [CentOS] ssh remote execute awk problem<br></font><br>
<br>>>     grep ^processor /proc/cpuinfo | wc -l<br><br>>> Or:<br><br>>>     ssh -l $TARGETUSER $TARGETHOST "[ -e /proc/cpuinfo ] -a grep<br>^processor | wc -l"<br><br><br>No need to use "wc -l" when grep is enough. E.g <br><br>ssh root@server "grep -c ^processor /proc/cpuinfo"<br>4<br><br>Thanks<br>Sheraz<br></div></div>
</div><br></body></html>