<?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>TinyHacker &#187; terminal</title>
	<atom:link href="http://tinyhacker.com/hacks/tag/terminal/feed/" rel="self" type="application/rss+xml" />
	<link>http://tinyhacker.com</link>
	<description>Tiny Tips for the Common Geek</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:00:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>The Geeky Command Prompt Calculator</title>
		<link>http://tinyhacker.com/hacks/the-geeky-command-prompt-calculator/</link>
		<comments>http://tinyhacker.com/hacks/the-geeky-command-prompt-calculator/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 08:20:00 +0000</pubDate>
		<dc:creator>howtogeek</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://tinyhacker.com/hacks/the-geeky-command-prompt-calculator/</guid>
		<description><![CDATA[Ever wish you could just do simple calculations from the terminal? All you need to do is add the following to your bashrc file (or run it from the terminal to test): calc(){ awk &#34;BEGIN{ print $* }&#34; ;} When you&#8217;re using it, just make sure to not add any spaces, or enclose the calculation [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/10/image40.png" width="600" height="136" /> </p>
<p>Ever wish you could just do simple calculations from the terminal? All you need to do is add the following to your bashrc file (or run it from the terminal to test):</p>
<blockquote><p>calc(){ awk &quot;BEGIN{ print $* }&quot; ;}</p>
</blockquote>
<p>When you&#8217;re using it, just make sure to not add any spaces, or enclose the calculation parameters in quotes, like this:</p>
<blockquote><p>calc &quot;8 * 99 / 4&quot;</p>
</blockquote>
<p><a href="http://www.commandlinefu.com/commands/view/3871/command-line-calculator">command line calculator</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tinyhacker.com/hacks/the-geeky-command-prompt-calculator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Find Words That Start With a Set of Characters</title>
		<link>http://tinyhacker.com/hacks/find-words-that-start-with-a-set-of-characters/</link>
		<comments>http://tinyhacker.com/hacks/find-words-that-start-with-a-set-of-characters/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 22:00:00 +0000</pubDate>
		<dc:creator>howtogeek</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://tinyhacker.com/hacks/find-words-that-start-with-a-set-of-characters/</guid>
		<description><![CDATA[Have you ever just wanted a list of words that start with a set of characters? If you&#8217;ve got a Linux box handy, you can use the &#34;look&#34; command to do just that. Simply type with the following syntax: look &#60;letters&#62; And it&#8217;ll show any words that start with those characters. Or you could just [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/10/image16.png" width="458" height="176" /> </p>
<p>Have you ever just wanted a list of words that start with a set of characters? If you&#8217;ve got a Linux box handy, you can use the &quot;look&quot; command to do just that. Simply type with the following syntax:</p>
<blockquote><p>look &lt;letters&gt;</p>
</blockquote>
<p>And it&#8217;ll show any words that start with those characters. Or you could just use Google.</p>
]]></content:encoded>
			<wfw:commentRss>http://tinyhacker.com/hacks/find-words-that-start-with-a-set-of-characters/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

