<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Get Username From UID in Unix</title>
	<atom:link href="http://www.unixtutorial.org/2008/05/get-username-from-uid-in-unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unixtutorial.org/2008/05/get-username-from-uid-in-unix/</link>
	<description>Learn UNIX</description>
	<lastBuildDate>Thu, 21 Jan 2010 02:07:52 +0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gnucom.cc</title>
		<link>http://www.unixtutorial.org/2008/05/get-username-from-uid-in-unix/comment-page-1/#comment-5791</link>
		<dc:creator>gnucom.cc</dc:creator>
		<pubDate>Fri, 14 Aug 2009 15:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=51#comment-5791</guid>
		<description>Thanks, I used this. :)</description>
		<content:encoded><![CDATA[<p>Thanks, I used this. <img src='http://www.unixtutorial.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Straps</title>
		<link>http://www.unixtutorial.org/2008/05/get-username-from-uid-in-unix/comment-page-1/#comment-5290</link>
		<dc:creator>Straps</dc:creator>
		<pubDate>Wed, 01 Jul 2009 06:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=51#comment-5290</guid>
		<description>To filter only the username
getent passwd 1000 &#124; sed -e &#039;s/\:.*//&#039;

returns greys in your example
Thanks</description>
		<content:encoded><![CDATA[<p>To filter only the username<br />
getent passwd 1000 | sed -e 's/\:.*//'</p>
<p>returns greys in your example<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
