Got it thanks.<div><br></div><div>I replaced the single quote with double on the sides, and changed test to -ge. I we are good.</div><div><br></div><div>Thanks for pushing me in the right direction.</div><div><br></div><div>
for i in $(seq 1 1); do ssh 127.0.0.$i &quot;echo `hostname`; if [ `free -m | grep -i swap | awk &#39;{print $3}&#39;` -ge 1000 ]; then sudo echo reclaim; else echo hey; fi&quot;; done<br><br><div class="gmail_quote">On Wed, Mar 7, 2012 at 11:25 AM, Benjie <span dir="ltr">&lt;<a href="mailto:benjie.godfrey@gmail.com">benjie.godfrey@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It looks like you missed placing a single quote after the &#39;echo `hostname` command.  That would prevent awk from interpreting its print command.<br>
<br><div class="gmail_quote"><div><div class="h5">On Wed, Mar 7, 2012 at 11:07 AM, Brandon Colbert <span dir="ltr">&lt;<a href="mailto:colbert.brandon@gmail.com" target="_blank">colbert.brandon@gmail.com</a>&gt;</span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div>I am trying figure out what the heck is wrong with awk here.</div><div><br></div>
<div>for i in $(seq 1 1); do ssh 127.0.0.$i &#39;echo `hostname`; if [ `free -m | grep -i swap | awk &#39;{print $3}&#39;` &gt; 1000 ]; then sudo echo reclaim; else echo hey; fi&#39;; done</div>

<div><br></div><div>The command works, but I get an error about awk: Any suggestions?</div><div><br></div><div><div>deblapatl01</div><div>awk: cmd. line:1: {print</div><div>awk: cmd. line:1:       ^ unexpected newline or end of string</div>


<div>hey</div></div><div><br></div>
<br></div></div>_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><br>-- <br>&quot;The most important thing to remember about drunks is that drunks are far more intelligent than non-drunks. They spend a lot of time talking in pubs, unlike workaholics who concentrate on their careers and ambitions, who never develop their higher spiritual values, who never explore the insides of their head like a drunk does.&quot;  -- Shane McGowan<br>


</font></span><br>_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br></blockquote></div><br></div>