<html><body><div style="font-family: Arial; font-size: 12pt; color: #000000"><div>Son of a gun...&nbsp; I must have totally looked right past that..&nbsp; <em>&lt;shakes head ruefully&gt;</em><br></div><div><br></div><div>Thanks for providing the "2nd pair of eyes" Vishal!<br></div><div><br></div><div>T.<br></div><div><br></div><hr id="zwchr"><div style="color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>From: </b>"Vishal Verma" &lt;stellarhopper@gmail.com&gt;<br><b>To: </b>"list, CLUE" &lt;clue@cluedenver.org&gt;<br><b>Sent: </b>Wednesday, June 4, 2014 4:59:34 PM<br><b>Subject: </b>Re: [clue] Bash baffler<br><div><br></div>On Wed, Jun 4, 2014 at 4:53 PM, &nbsp;&lt;foo7775@comcast.net&gt; wrote:<br>&gt; df -hl &nbsp;| awk '{print $NF}' | grep -v ^\/dev<br><div><br></div>The 'on' seems to be coming from the last column of the 'header' of<br>the df command:<br>Filesystem &nbsp; &nbsp; &nbsp;Size &nbsp;Used Avail Use% Mounted on<br><div><br></div>You want something like:<br>df -hl &nbsp;| grep -v "^Filesystem" | awk '{print $NF}' | grep -v ^\/dev<br><div><br></div>-Vishal<br>_______________________________________________<br>clue mailing list: clue@cluedenver.org<br>For information, account preferences, or to unsubscribe see:<br>http://cluedenver.org/mailman/listinfo/clue<br></div><div><br></div></div></body></html>