<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Into.the.Void. &#187; parse</title>
	<atom:link href="http://www.void.gr/kargig/blog/tag/parse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.void.gr/kargig/blog</link>
	<description>Into The Void</description>
	<lastBuildDate>Sat, 07 Aug 2010 08:06:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>commandlinefu.com random entry parser</title>
		<link>http://www.void.gr/kargig/blog/2009/03/27/commandlinefucom-random-entry-parser/</link>
		<comments>http://www.void.gr/kargig/blog/2009/03/27/commandlinefucom-random-entry-parser/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 22:28:54 +0000</pubDate>
		<dc:creator>kargig</dc:creator>
				<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[commandlinefu]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[oneliner]]></category>
		<category><![CDATA[parse]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.void.gr/kargig/blog/?p=400</guid>
		<description><![CDATA[I&#8217;ve written a small perl script to parse random entries from the extremely usefull commandlinefu.com website. Quoting from their site:
Command-Line-Fu is the place to record those command-line gems that you return to again and again.

The script code is very &#8220;clean&#8221;. I can almost say that it&#8217;s written in a very python-ish way.
Sample output:%./cfu.pl
CMD: for (( [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written a small perl script to parse random entries from the extremely usefull <a href="http://commandlinefu.com">commandlinefu.com</a> website. Quoting from their site:</p>
<blockquote><p>Command-Line-Fu is the place to record those command-line gems that you return to again and again.
</p></blockquote>
<p>The script code is very &#8220;clean&#8221;. I can almost say that it&#8217;s written in a very python-ish way.<br />
Sample output:<code>%./cfu.pl<br />
CMD: for (( i = 0; i &lt; 100; i++ )); do echo "$i"; done<br />
URL=http://www.commandlinefu.com/commands/view/735/perform-a-c-style-loop-in-bash.  Title=Perform a C-style loop in Bash.<br />
Description: Print 0 through 99, each on a separate line.<br />
%./cfu.pl<br />
CMD: rsync -av -e ssh user@host:/path/to/file.txt .<br />
URL=http://www.commandlinefu.com/commands/view/20/synchronise-a-file-from-a-remote-server  Title=Synchronise a file from a remote server<br />
Description: You will be prompted for a password unless you have your public keys set-up.</code></p>
<p>You can get it from here: <a href="http://void.gr/kargig/blog/wp-content/cfu.pl">commandlinefu.com random entry parser perl script</a></p>
<p>As far as I&#8217;ve tested, it works out of the box on default perl installations of <a href="http://debian.org">Debian</a>, <a href="http://gentoo.org">Gentoo</a> and <a href="http://www.apple.com/macosx/">Mac OS X</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.void.gr/kargig/blog/2009/03/27/commandlinefucom-random-entry-parser/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
