<?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, 26 Jan 2012 23:00:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Suresh</title>
		<link>http://www.unixtutorial.org/2008/05/get-username-from-uid-in-unix/comment-page-1/#comment-6835</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Mon, 22 Mar 2010 11:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=51#comment-6835</guid>
		<description>Thanks a lot. I was searching for this for quite sometime.</description>
		<content:encoded><![CDATA[<p>Thanks a lot. I was searching for this for quite sometime.</p>
]]></content:encoded>
	</item>
	<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://unixtutorial.s3.amazonaws.com/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>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 3/8 queries in 0.003 seconds using disk: basic
Object Caching 310/311 objects using disk: basic
Content Delivery Network via Amazon Web Services: S3: unixtutorial.s3.amazonaws.com

Served from: www.unixtutorial.org @ 2012-02-08 00:55:57 -->
