<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.11" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Doing More with less, part one</title>
	<link>http://www.linux-mag.com/id/4145/</link>
	<description>Open Source, Open Standards</description>
	<pubDate>Fri, 05 Sep 2008 22:31:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.11</generator>

	<item>
		<title>by: Mark Wolf</title>
		<link>http://www.linux-mag.com/id/4145/#comment-890</link>
		<pubDate>Wed, 12 Mar 2008 16:07:22 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/4145/#comment-890</guid>
					<description>You can list the files in an rpm file by adding rpm -qpl "$1"

And don't forget the bz compression
tar -tjvf "$1" 

The preprocessor information is fantastic information.....</description>
		<content:encoded><![CDATA[<p>You can list the files in an rpm file by adding rpm -qpl &#8220;$1&#8243;</p>
<p>And don&#8217;t forget the bz compression<br />
tar -tjvf &#8220;$1&#8243; </p>
<p>The preprocessor information is fantastic information&#8230;..
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: dwchin</title>
		<link>http://www.linux-mag.com/id/4145/#comment-753</link>
		<pubDate>Wed, 09 Jan 2008 20:23:54 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/4145/#comment-753</guid>
					<description>yeah, i like my .lesskey to contain:
&lt;blockquote&gt;
N  next-file
P  prev-file
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>yeah, i like my .lesskey to contain:</p>
<blockquote><p>
N  next-file<br />
P  prev-file
</p></blockquote>
]]></content:encoded>
				</item>
	<item>
		<title>by: leblanc meneses</title>
		<link>http://www.linux-mag.com/id/4145/#comment-659</link>
		<pubDate>Fri, 30 Nov 2007 22:56:44 +0000</pubDate>
		<guid>http://www.linux-mag.com/id/4145/#comment-659</guid>
					<description>wow i would never have thought less had all this built in.

i've only used it in most basic form:

configuration files usage:
postconf &#124; grep -in virtual &#124; less
postconf &#124; grep -in my &#124; less

find keyword in code:
grep -irn "searchterm" ./searchfolder &#124; less

perfect for scrolling through a collection found by grep.  pipe grep to itself for "anding" search terms

thanks for this article.</description>
		<content:encoded><![CDATA[<p>wow i would never have thought less had all this built in.</p>
<p>i&#8217;ve only used it in most basic form:</p>
<p>configuration files usage:<br />
postconf | grep -in virtual | less<br />
postconf | grep -in my | less</p>
<p>find keyword in code:<br />
grep -irn &#8220;searchterm&#8221; ./searchfolder | less</p>
<p>perfect for scrolling through a collection found by grep.  pipe grep to itself for &#8220;anding&#8221; search terms</p>
<p>thanks for this article.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
