<?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>Sat, 21 Nov 2009 18:18:34 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: </title>
		<link>http://www.tech-recipes.com/rx/161/select-an-arbitrary-column-of-text-in-unix/comment-page-1/#comment-2891</link>
		<dc:creator></dc:creator>
		<pubDate>Fri, 26 May 2006 01:36:45 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-2891</guid>
		<description>ps -ef&#124;awk &#039;{print $2}&#039;

I use it like follows...

ps -ef&#124;grep &lt;filter string&gt;&#124;awk &#039;{print $2}&#039;&#124;xargs kill -15

Cheers.</description>
		<content:encoded><![CDATA[<p>ps -ef|awk &#8216;{print $2}&#8217;</p>
<p>I use it like follows&#8230;</p>
<p>ps -ef|grep &lt;filter string&gt;|awk &#8216;{print $2}&#8217;|xargs kill -15</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: </title>
		<link>http://www.tech-recipes.com/rx/161/select-an-arbitrary-column-of-text-in-unix/comment-page-1/#comment-2672</link>
		<dc:creator></dc:creator>
		<pubDate>Wed, 25 Jan 2006 14:38:10 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-2672</guid>
		<description>I don&#039;t know if you&#039;ve experienced consistency problems, but I have been using cut to get pid information from ps for a long time.  For example &#039;ps -ef &#124; cut -c 10-15&#039; works fine for me.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if you&#8217;ve experienced consistency problems, but I have been using cut to get pid information from ps for a long time.  For example &#8216;ps -ef | cut -c 10-15&#8242; works fine for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
