<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Tech-Recipes - Latest Comments in Select an arbitrary column of text in UNIX</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><atom:link href="https://tech-recipes.disqus.com/select_an_arbitrary_column_of_text_in_unix_unix_tech_recipes/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 15 Apr 2011 03:20:12 -0000</lastBuildDate><item><title>Re: Select an arbitrary column of text in UNIX</title><link>http://www.tech-recipes.com/rx/161/select-an-arbitrary-column-of-text-in-unix/#comment-184910964</link><description>&lt;p&gt; Apr 14 12:15 &lt;a href="http://110414060000.ca_P_STARCOB_CA_837I.nr" rel="nofollow noopener" target="_blank" title="110414060000.ca_P_STARCOB_CA_837I.nr"&gt;110414060000.ca_P_STARCOB_C...&lt;/a&gt;&lt;br&gt; Apr 14 10:56 ACH_WCF_CTRL.tbl&lt;br&gt; Apr 14 10:37 &lt;a href="http://110413220000.ca_P_PR_HC_837P.nr" rel="nofollow noopener" target="_blank" title="110413220000.ca_P_PR_HC_837P.nr"&gt;110413220000.ca_P_PR_HC_837...&lt;/a&gt;&lt;br&gt; Apr 14 08:14 dont_delete&lt;br&gt; Apr 12 11:48 trigger&lt;br&gt; Apr 11 07:40 Mail&lt;br&gt; Apr 01 11:36 directory_names.txt&lt;br&gt; Apr 01 11:34 &lt;a href="http://presence_files.sh" rel="nofollow noopener" target="_blank" title="presence_files.sh"&gt;presence_files.sh&lt;/a&gt;&lt;br&gt; Feb 28 06:08 &lt;a href="http://monitor_va088.pl" rel="nofollow noopener" target="_blank" title="monitor_va088.pl"&gt;monitor_va088.pl&lt;/a&gt;&lt;br&gt; Feb 28 06:07 &lt;a href="http://monitor_l1l2.pl" rel="nofollow noopener" target="_blank" title="monitor_l1l2.pl"&gt;monitor_l1l2.pl&lt;/a&gt;&lt;/p&gt;&lt;p&gt;i wanted to list the files for the dates that range between Apr 01 - Apr 12. could someone help??&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jerobadi</dc:creator><pubDate>Fri, 15 Apr 2011 03:20:12 -0000</pubDate></item><item><title>Re: Select an arbitrary column of text in UNIX</title><link>http://www.tech-recipes.com/rx/161/select-an-arbitrary-column-of-text-in-unix/#comment-164183522</link><description>&lt;p&gt;Did you know that if you press Alt while selecting with the mouse you can also select a block of text?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Airvay</dc:creator><pubDate>Fri, 11 Mar 2011 12:04:46 -0000</pubDate></item><item><title>Re: Select an arbitrary column of text in UNIX</title><link>http://www.tech-recipes.com/rx/161/select-an-arbitrary-column-of-text-in-unix/#comment-71810617</link><description>&lt;p&gt;cat infile | cut -f 2,4 &amp;gt; outfile&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Itismike</dc:creator><pubDate>Wed, 25 Aug 2010 17:20:41 -0000</pubDate></item><item><title>Re: Select an arbitrary column of text in UNIX</title><link>http://www.tech-recipes.com/rx/161/select-an-arbitrary-column-of-text-in-unix/#comment-66956800</link><description>&lt;p&gt;i have 5 columns in file...i want to display only 2,4 column in one single command. hw to do tht&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Khushbooshah</dc:creator><pubDate>Sat, 07 Aug 2010 01:38:01 -0000</pubDate></item><item><title>Re: Select an arbitrary column of text in UNIX</title><link>http://www.tech-recipes.com/rx/161/select-an-arbitrary-column-of-text-in-unix/#comment-2767059</link><description>&lt;p&gt;ps -ef|awk '{print $2}'&lt;/p&gt;&lt;p&gt;I use it like follows...&lt;/p&gt;&lt;p&gt;ps -ef|grep &amp;lt;filter string&amp;gt;|awk '{print $2}'|xargs kill -15&lt;/p&gt;&lt;p&gt;Cheers.&lt;/p&gt;</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</title><link>http://www.tech-recipes.com/rx/161/select-an-arbitrary-column-of-text-in-unix/#comment-2767058</link><description>&lt;p&gt;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.&lt;/p&gt;</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>