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">On Wed, Mar 7, 2012 at 11:07 AM, Brandon Colbert <span dir="ltr">&lt;<a href="mailto:colbert.brandon@gmail.com">colbert.brandon@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"><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>_______________________________________________<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><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>