<?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>Seven Across &#187; command line</title>
	<atom:link href="http://sevenacross.com/tag/command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://sevenacross.com</link>
	<description>home of a hungry and foolish boy</description>
	<lastBuildDate>Tue, 06 Jul 2010 22:06:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to find out if a Linux command has an alias</title>
		<link>http://sevenacross.com/2009/04/how-to-find-out-if-a-linux-command-has-an-alias/</link>
		<comments>http://sevenacross.com/2009/04/how-to-find-out-if-a-linux-command-has-an-alias/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 09:20:29 +0000</pubDate>
		<dc:creator>sukritd</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command line]]></category>

		<guid isPermaLink="false">http://sevenacross.com/?p=188</guid>
		<description><![CDATA[Here&#8217;s a nifty Linux trick to find out if a command has an alias set. If you want to find out if the command ls has an alias set use the following command: type -all ls ls is aliased to `ls &#8211;color=tty&#8217; ls is /bin/ls You can see in the output that ls has one [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a nifty Linux trick to find out if a command has an alias set. If you want to find out if the command <strong>ls</strong> has an alias set use the following command:</p>
<p><strong>type -all ls</strong><br />
ls is aliased to `ls &#8211;color=tty&#8217;<br />
ls is /bin/ls</p>
<p>You can see in the output that <strong>ls</strong> has one alias in <strong>ls &#8211;color=tty</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sevenacross.com/2009/04/how-to-find-out-if-a-linux-command-has-an-alias/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
