<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/15453/Simplify_Data_Extraction_Using_Linux_Text_Utilities</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Tue, 07 Jul 2009 01:11:07 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>quite nice</title>
			<link>http://osnews.com/thread?151158</link>
			<guid isPermaLink="true">http://osnews.com/thread?151158</guid>
			<description>Very simple, but quite nicely done.  You can imagine giving this to someone for a simple intro to text utilities.</description>
			<pubDate>Thu, 10 Aug 2006 17:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (alcibiades)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>CLI -- do things fast and efficient.</title>
			<link>http://osnews.com/thread?151162</link>
			<guid isPermaLink="true">http://osnews.com/thread?151162</guid>
			<description>and you can leave people in the dust  for instance if you are doing batch conversions on jpegs.....<br />
<br />
commandline or script building may take a short while; conversion is done without any operator help. other eople click, edit, save....<br />
<br />
the CLI is very powerful and sometimes a big miss on other operating environments. and this article is just a small part of it. Indeed nicely done.</description>
			<pubDate>Thu, 10 Aug 2006 17:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (linux-it)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>GNU?</title>
			<link>http://osnews.com/thread?151177</link>
			<guid isPermaLink="true">http://osnews.com/thread?151177</guid>
			<description>The article discusses GNU grep, GNU awk and a few tools from GNU coreutils package. So what has Linux® got to do with it?</description>
			<pubDate>Thu, 10 Aug 2006 18:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (deadbeef)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: GNU?</title>
			<link>http://osnews.com/thread?151181</link>
			<guid isPermaLink="true">http://osnews.com/thread?151181</guid>
			<description>About as much as GNU, since grep, awk, the idea of a pipeline, and all those other tools are from UNIX not GNU.<br />
<br />
If we're going to attribute, let's attribute to the inventor, not one of the many implementations.</description>
			<pubDate>Thu, 10 Aug 2006 18:29:00 GMT</pubDate>
			<author>donotreply@osnews.com (Cloudy)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: GNU?</title>
			<link>http://osnews.com/thread?151200</link>
			<guid isPermaLink="true">http://osnews.com/thread?151200</guid>
			<description>Very true, but the author specifically labelled the tools _Linux_ utilities. So if you want to specifically label something you should use the correct labels, no? :-)</description>
			<pubDate>Thu, 10 Aug 2006 19:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (deadbeef)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: GNU?</title>
			<link>http://osnews.com/thread?151227</link>
			<guid isPermaLink="true">http://osnews.com/thread?151227</guid>
			<description>To everyone in the world but RMS and a few FSF diehards, Linux is the right label.<br />
<br />
RMS lost the naming war. time to get over it.</description>
			<pubDate>Thu, 10 Aug 2006 21:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (Cloudy)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Eh</title>
			<link>http://osnews.com/thread?151236</link>
			<guid isPermaLink="true">http://osnews.com/thread?151236</guid>
			<description>I thought it was ok until I hit<br />
<br />
&quot;Unlike grep, fgrep searches for a string instead of searching for a pattern that matches an expression.&quot;<br />
<br />
which does not to me to equate with interpreting the pattern as a list of fixed strings separated by newlines matching on any one of them. Since he treats them as separate utilities is this really about gnu when there is no fgrep program but a link there? Grep just looks at how it was called and if it was called fgrep it does a grep -F. Without enough shell to glue it all together I'd rate that as incomplete and recommend reading the man pages instead. Seems odd including awk and no mention of sed too.</description>
			<pubDate>Thu, 10 Aug 2006 21:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (Sphinx)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: GNU?</title>
			<link>http://osnews.com/thread?151247</link>
			<guid isPermaLink="true">http://osnews.com/thread?151247</guid>
			<description>The GNU implementations are just one among many, but they are quite influential.  For example, on some proprietary UNIX systems, the man pages for these commands are sometimes ripped directly from the GNU release, even though the proprietary versions don't function _exactly_ like the GNU flavor.  An example is the COLUMNS environment variable, which in GNU utilities sets the maximum output width, but is ignored (80 columns max) by some proprietary utilities that use GNU documentation.  This feature comes in handy when grepping the output of 'ps ax' for an executable with a really long path.<br />
<br />
There are areas where the proprietary tools are better.  For example, I really like the -p'string' flag for AIX grep, which outputs the entire &quot;paragraph&quot; containing a matching line, where a paragraph is delimited by 'string', or 'nn' by default.  GNU grep doesn't have this feature, and the GNU coreutils team didn't respond to my feature request <img src="/images/emo/sad.gif" alt=";)" /></description>
			<pubDate>Thu, 10 Aug 2006 22:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (butters)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: GNU?</title>
			<link>http://osnews.com/thread?151335</link>
			<guid isPermaLink="true">http://osnews.com/thread?151335</guid>
			<description>Given that the GNU approach is to use info files, do you think, just perhaps, that the GNU folk ripped off their man pages from someone else, in a few case?</description>
			<pubDate>Fri, 11 Aug 2006 03:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (Cloudy)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: GNU?</title>
			<link>http://osnews.com/thread?151359</link>
			<guid isPermaLink="true">http://osnews.com/thread?151359</guid>
			<description>The original point is that these tools are not only available on Linux.  Even if you're only talking about the GNU versions of these tools.  You could do the exact same thing on BSD, Windows with Cygwin, any commercial UNIX, Syllable and a whole bunch of other OSes that are not Linux.  It's like calling X11R6 &quot;The Linux GUI&quot;.</description>
			<pubDate>Fri, 11 Aug 2006 08:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (Vanders)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: GNU?</title>
			<link>http://osnews.com/thread?151399</link>
			<guid isPermaLink="true">http://osnews.com/thread?151399</guid>
			<description>X11R6 IS &quot;the Linux GUI&quot;. That statement does NOT imply that X11R6 is specific to Linux.<br />
<br />
Most people using a Unix-type system these days are using Linux, therefore this article was targeted to Linux users. Those who don't know that Linux is similar to Unix probably don't care, and those who do, know that these facilities are available on Unix too.</description>
			<pubDate>Fri, 11 Aug 2006 12:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (twenex)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: GNU?</title>
			<link>http://osnews.com/thread?151770</link>
			<guid isPermaLink="true">http://osnews.com/thread?151770</guid>
			<description>X11R6 IS &quot;the Linux GUI&quot;.<br />
<br />
and yet, here i am, running X11R7 on my FC5 box...</description>
			<pubDate>Sat, 12 Aug 2006 20:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (Cloudy)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
