<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: 5 Different Types of Shell Commands and Their Usage in Linux	</title>
	<atom:link href="https://www.tecmint.com/understanding-different-linux-shell-commands-usage/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/understanding-different-linux-shell-commands-usage/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 01 May 2024 21:28:27 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Gary Stewart		</title>
		<link>https://www.tecmint.com/understanding-different-linux-shell-commands-usage/comment-page-1/#comment-2166070</link>

		<dc:creator><![CDATA[Gary Stewart]]></dc:creator>
		<pubDate>Wed, 01 May 2024 21:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=22414#comment-2166070</guid>

					<description><![CDATA[There is a better way to store bash aliases. If your &lt;strong&gt;.bashrc&lt;/strong&gt; file has these lines in it:
&lt;pre&gt;
if [ -f ~/.bash_aliases ]; then
    . ~/.bash_aliases
fi
&lt;/pre&gt;
then  you can store any bash aliases you create in the &lt;strong&gt;.bash_aliases&lt;/strong&gt; file in your home directory. They are entered into that file in exactly the same format you have shown.

If you add a new one you can make it available to you by typing &lt;strong&gt;.~/.bash_aliases&lt;/strong&gt;. To list all the aliases currently available to you just type the command alias.]]></description>
			<content:encoded><![CDATA[<p>There is a better way to store bash aliases. If your <strong>.bashrc</strong> file has these lines in it:</p>
<pre>
if [ -f ~/.bash_aliases ]; then
    . ~/.bash_aliases
fi
</pre>
<p>then  you can store any bash aliases you create in the <strong>.bash_aliases</strong> file in your home directory. They are entered into that file in exactly the same format you have shown.</p>
<p>If you add a new one you can make it available to you by typing <strong>.~/.bash_aliases</strong>. To list all the aliases currently available to you just type the command alias.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
