<?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: Select an arbitrary column of text in UNIX</title>
	<atom:link href="http://www.tech-recipes.com/rx/161/select-an-arbitrary-column-of-text-in-unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/161/select-an-arbitrary-column-of-text-in-unix/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:22:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anu</title>
		<link>http://www.tech-recipes.com/rx/161/select-an-arbitrary-column-of-text-in-unix/comment-page-1/#comment-51507</link>
		<dc:creator>Anu</dc:creator>
		<pubDate>Thu, 10 Nov 2011 06:37:04 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-51507</guid>
		<description>ps -ef &#124; head &#124; awk &#039;{print $2}&#039;
This combination was very useful.. I was struggling with grep to do this since i had not used awk...</description>
		<content:encoded><![CDATA[<p>ps -ef | head | awk &#8216;{print $2}&#8217;<br />
This combination was very useful.. I was struggling with grep to do this since i had not used awk&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerobadi</title>
		<link>http://www.tech-recipes.com/rx/161/select-an-arbitrary-column-of-text-in-unix/comment-page-1/#comment-47991</link>
		<dc:creator>Jerobadi</dc:creator>
		<pubDate>Fri, 15 Apr 2011 07:20:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-47991</guid>
		<description> Apr 14 12:15 110414060000.ca_P_STARCOB_CA_837I.nr
 Apr 14 10:56 ACH_WCF_CTRL.tbl
 Apr 14 10:37 110413220000.ca_P_PR_HC_837P.nr
 Apr 14 08:14 dont_delete
 Apr 12 11:48 trigger
 Apr 11 07:40 Mail
 Apr 01 11:36 directory_names.txt
 Apr 01 11:34 presence_files.sh
 Feb 28 06:08 monitor_va088.pl
 Feb 28 06:07 monitor_l1l2.pl


i wanted to list the files for the dates that range between Apr 01 - Apr 12. could someone help??
</description>
		<content:encoded><![CDATA[<p>Apr 14 12:15 110414060000.ca_P_STARCOB_CA_837I.nr<br />
 Apr 14 10:56 ACH_WCF_CTRL.tbl<br />
 Apr 14 10:37 110413220000.ca_P_PR_HC_837P.nr<br />
 Apr 14 08:14 dont_delete<br />
 Apr 12 11:48 trigger<br />
 Apr 11 07:40 Mail<br />
 Apr 01 11:36 directory_names.txt<br />
 Apr 01 11:34 presence_files.sh<br />
 Feb 28 06:08 monitor_va088.pl<br />
 Feb 28 06:07 monitor_l1l2.pl</p>
<p>i wanted to list the files for the dates that range between Apr 01 &#8211; Apr 12. could someone help??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/161/select-an-arbitrary-column-of-text-in-unix/comment-page-1/#comment-47075</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 11 Mar 2011 17:04:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-47075</guid>
		<description>Did you know that if you press Alt while selecting with the mouse you can also select a block of text?</description>
		<content:encoded><![CDATA[<p>Did you know that if you press Alt while selecting with the mouse you can also select a block of text?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Itismike</title>
		<link>http://www.tech-recipes.com/rx/161/select-an-arbitrary-column-of-text-in-unix/comment-page-1/#comment-41837</link>
		<dc:creator>Itismike</dc:creator>
		<pubDate>Wed, 25 Aug 2010 21:20:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-41837</guid>
		<description>cat infile &#124; cut -f 2,4 &gt; outfile</description>
		<content:encoded><![CDATA[<p>cat infile | cut -f 2,4 &gt; outfile</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khushbooshah</title>
		<link>http://www.tech-recipes.com/rx/161/select-an-arbitrary-column-of-text-in-unix/comment-page-1/#comment-41341</link>
		<dc:creator>Khushbooshah</dc:creator>
		<pubDate>Sat, 07 Aug 2010 05:38:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-41341</guid>
		<description>i have 5 columns in file...i want to display only 2,4 column in one single command. hw to do tht</description>
		<content:encoded><![CDATA[<p>i have 5 columns in file&#8230;i want to display only 2,4 column in one single command. hw to do tht</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 3/10 queries in 0.498 seconds using memcached
Object Caching 329/329 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 07:07:19 -->
