<?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>Tuts4Tech &#187; time saving</title>
	<atom:link href="http://tuts4tech.net/tag/time-saving/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuts4tech.net</link>
	<description>Tech Tutorials</description>
	<lastBuildDate>Tue, 04 May 2010 20:35:37 +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>Creating aliases in bash</title>
		<link>http://tuts4tech.net/2009/05/23/creating-aliases-in-bash/</link>
		<comments>http://tuts4tech.net/2009/05/23/creating-aliases-in-bash/#comments</comments>
		<pubDate>Sat, 23 May 2009 02:15:52 +0000</pubDate>
		<dc:creator>Duffy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[aliases]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[bashrc]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[long commands]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[time saving]]></category>

		<guid isPermaLink="false">http://tuts4tech.co.cc/?p=188</guid>
		<description><![CDATA[Are you tired off typing out full commands? if so aliases can save you time. They allow you to shorten long commands down into one word. To add a alias edit ~/.bashrc Then come to the bottom of that file and add your aliases like this: Then Reload your .bashrc file and your aliases should [...]]]></description>
			<content:encoded><![CDATA[<p>Are you tired off typing out full commands? if so aliases can save you time. They allow you to shorten long commands down into one word. To add a alias edit ~/.bashrc</p>
<pre class="brush: plain; title: ; notranslate">nano ~/.bashrc</pre>
<p>
Then come to the bottom of that file and add your aliases like this:</p>
<pre class="brush: plain; title: ; notranslate">alias rm = &quot;rm -i&quot;
alias lightyrestart = &quot;/etc/init.d/lighttpd restart&quot;
alias server_name=&quot;ssh -v -l USERNAME IP ADDRESS&quot;</pre>
<p>Then Reload your .bashrc file and your aliases should be enabled</p>
<pre class="brush: plain; title: ; notranslate">source ~/.bashrc</pre>
]]></content:encoded>
			<wfw:commentRss>http://tuts4tech.net/2009/05/23/creating-aliases-in-bash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

