<div dir="ltr">I bet you know already, but for completeness I guess it&#39;s worth mentioning that awk can do it all, from the grep part to the while loop.<div><br></div><div><div>[ecashin@herlihy ~]$ awk -vuser=ecashin -F: &#39;$1==user{print &quot;U is &quot; $1 &quot;, G is &quot; $4 &quot;, and it\x27s &quot; $5}&#39; /etc/passwd</div>
<div>U is ecashin, G is 1000, and it&#39;s Ed Cashin</div><div>[ecashin@herlihy ~]$ <br></div></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Sep 12, 2013 at 8:35 AM, leam hall <span dir="ltr">&lt;<a href="mailto:leamhall@gmail.com" target="_blank">leamhall@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 dir="ltr"><div><div><div><div><div><div>Well, I used to know how to do this. Trying to get multiple variables set in one line:<br>
<br></div>while read UID GID COMMENT<br></div>do<br></div> echo UID is $UID, GID is $GID, and it&#39;s $COMMENT&quot;<br>
</div>done &lt; grep person /etc/passwd | awk -F&quot;:&quot; &#39;{ print $3, $4, $5 }&#39;<br><br></div>Does not work well at all. Any ideas?<br><br></div>Thanks!<span class="HOEnZb"><font color="#888888"><br><br>Leam<br clear="all">
<div><div><div><div><div><div>
<div><br>-- <br><div><a href="http://leamhall.blogspot.com/" target="_blank">Mind on a Mission</a></div>
</div></div></div></div></div></div></div></font></span></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"><div><br></div>-- <br>  Ed Cashin &lt;<a href="mailto:ecashin@noserose.net">ecashin@noserose.net</a>&gt;<br>  <a href="http://noserose.net/e/">http://noserose.net/e/</a><br>  <a href="http://www.coraid.com/">http://www.coraid.com/</a>
</div>