<div dir="ltr">Now that's pretty cool. My awk is a bit rusty, did not know that. Not surprised that awk can do it, just didn't know how.<br><br>Leam<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Thu, Sep 12, 2013 at 12:25 PM, Ed Cashin <span dir="ltr"><<a href="mailto:ecashin@noserose.net" target="_blank">ecashin@noserose.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">I bet you know already, but for completeness I guess it'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: '$1==user{print "U is " $1 ", G is " $4 ", and it\x27s " $5}' /etc/passwd</div>
<div>U is ecashin, G is 1000, and it's Ed Cashin</div><div>[ecashin@herlihy ~]$ <br></div></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div class="im">On Thu, Sep 12, 2013 at 8:35 AM, leam hall <span dir="ltr"><<a href="mailto:leamhall@gmail.com" target="_blank">leamhall@gmail.com</a>></span> wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><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's $COMMENT"<br>
</div>done < grep person /etc/passwd | awk -F":" '{ print $3, $4, $5 }'<br><br></div>Does not work well at all. Any ideas?<br><br></div>Thanks!<span><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></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"><div><br></div>-- <br> Ed Cashin <<a href="mailto:ecashin@noserose.net" target="_blank">ecashin@noserose.net</a>><br> <a href="http://noserose.net/e/" target="_blank">http://noserose.net/e/</a><br>
<a href="http://www.coraid.com/" target="_blank">http://www.coraid.com/</a>
</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"><br>-- <br><div><a href="http://leamhall.blogspot.com/" target="_blank">Mind on a Mission</a></div>
</div>