<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Tech-Recipes - Latest Comments in Select an arbitrary column of text in UNIX | UNIX | Tech-Recipes</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><language>en</language><lastBuildDate>Thu, 25 May 2006 21:36:45 -0000</lastBuildDate><item><title>Re: Select an arbitrary column of text in UNIX | UNIX | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/161/select-an-arbitrary-column-of-text-in-unix/#comment-2767059</link><description>ps -ef|awk '{print $2}'&lt;br&gt;&lt;br&gt;I use it like follows...&lt;br&gt;&lt;br&gt;ps -ef|grep &amp;lt;filter string&amp;gt;|awk '{print $2}'|xargs kill -15&lt;br&gt;&lt;br&gt;Cheers.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 25 May 2006 21:36:45 -0000</pubDate></item><item><title>Re: Select an arbitrary column of text in UNIX | UNIX | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/161/select-an-arbitrary-column-of-text-in-unix/#comment-2767058</link><description>I don't know if you've experienced consistency problems, but I have been using cut to get pid information from ps for a long time.  For example 'ps -ef | cut -c 10-15' works fine for me.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 25 Jan 2006 09:38:10 -0000</pubDate></item></channel></rss>