<?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>JosteinB &#187; bash</title>
	<atom:link href="http://josteinb.com/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://josteinb.com</link>
	<description>The blog with the awesome slogan</description>
	<lastBuildDate>Fri, 26 Mar 2010 17:31:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Useful BASH-command: !!</title>
		<link>http://josteinb.com/2009/12/useful-bash-command/</link>
		<comments>http://josteinb.com/2009/12/useful-bash-command/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 14:26:28 +0000</pubDate>
		<dc:creator>Jostein</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[sudo]]></category>

		<guid isPermaLink="false">http://josteinb.com/?p=112</guid>
		<description><![CDATA[When ever you use the terminal in Linux or OS X, and forget to add sudo in front of a command that needs the privileges, you can simply type sudo !! to run the same command with sudo. awesome. &#8220;!!&#8221; Will repeat the last issued command, and can probably be used for other useful things, [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>When ever you use the terminal in Linux or OS X, and forget to add sudo in front of a command that needs the privileges, you can simply type sudo !! to run the same command with sudo. awesome. &#8220;!!&#8221; Will repeat the last issued command, and can probably be used for other useful things, too.</p>
<p>Thanks, Peder 2.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://josteinb.com/2009/12/useful-bash-command/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
