<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: bash Functions</title>
	<link>http://alexking.org/blog/2006/01/12/bash-functions</link>
	<description>Alex King's blog - software, photography, sports, etc.</description>
	<pubDate>Tue, 07 Oct 2008 20:20:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Maarten</title>
		<link>http://alexking.org/blog/2006/01/12/bash-functions#comment-10701</link>
		<dc:creator>Maarten</dc:creator>
		<pubDate>Thu, 19 Jan 2006 19:47:34 +0000</pubDate>
		<guid>http://alexking.org/blog/2006/01/12/bash-functions#comment-10701</guid>
		<description>Was just trying to figure this out the other day. Thanks!</description>
		<content:encoded><![CDATA[<p>Was just trying to figure this out the other day. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Mitchell</title>
		<link>http://alexking.org/blog/2006/01/12/bash-functions#comment-10571</link>
		<dc:creator>Don Mitchell</dc:creator>
		<pubDate>Sun, 15 Jan 2006 06:30:56 +0000</pubDate>
		<guid>http://alexking.org/blog/2006/01/12/bash-functions#comment-10571</guid>
		<description>Bash does have a CDPATH env variable you can set to make switching directories easier.  It's a path style variable so you set it to a list of directories and then any cd command will check that list of PATHs to find the first match and put you into that directory.  So given the above src() function, you could set CDPATH to something likie:

export CDPATH=.:~/sro/trunk:</description>
		<content:encoded><![CDATA[<p>Bash does have a CDPATH env variable you can set to make switching directories easier.  It&#8217;s a path style variable so you set it to a list of directories and then any cd command will check that list of PATHs to find the first match and put you into that directory.  So given the above src() function, you could set CDPATH to something likie:</p>
<p>export CDPATH=.:~/sro/trunk:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conánn</title>
		<link>http://alexking.org/blog/2006/01/12/bash-functions#comment-10562</link>
		<dc:creator>Conánn</dc:creator>
		<pubDate>Sat, 14 Jan 2006 21:04:20 +0000</pubDate>
		<guid>http://alexking.org/blog/2006/01/12/bash-functions#comment-10562</guid>
		<description>Nope! that is cool and I am now using it.</description>
		<content:encoded><![CDATA[<p>Nope! that is cool and I am now using it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward O'Connor</title>
		<link>http://alexking.org/blog/2006/01/12/bash-functions#comment-10517</link>
		<dc:creator>Edward O'Connor</dc:creator>
		<pubDate>Thu, 12 Jan 2006 19:19:15 +0000</pubDate>
		<guid>http://alexking.org/blog/2006/01/12/bash-functions#comment-10517</guid>
		<description>For SSH, you can use your &lt;code&gt;.ssh/config&lt;/code&gt; file to specify short names for hosts. &lt;a href="http://edward.oconnor.cx/config/.ssh/config"&gt;Here's mine as an example&lt;/a&gt;.

For &lt;code&gt;cd&lt;/code&gt; short-handing, I imagine &lt;code&gt;bash&lt;/code&gt; has an equivalent for &lt;code&gt;csh&lt;/code&gt;'s &lt;code&gt;cdpath&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>For SSH, you can use your <code>.ssh/config</code> file to specify short names for hosts. <a href="http://edward.oconnor.cx/config/.ssh/config">Here&#8217;s mine as an example</a>.</p>
<p>For <code>cd</code> short-handing, I imagine <code>bash</code> has an equivalent for <code>csh</code>&#8217;s <code>cdpath</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://alexking.org/blog/2006/01/12/bash-functions#comment-10507</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Thu, 12 Jan 2006 15:40:50 +0000</pubDate>
		<guid>http://alexking.org/blog/2006/01/12/bash-functions#comment-10507</guid>
		<description>Very gold, thanks!</description>
		<content:encoded><![CDATA[<p>Very gold, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://alexking.org/blog/2006/01/12/bash-functions#comment-10506</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Thu, 12 Jan 2006 15:22:00 +0000</pubDate>
		<guid>http://alexking.org/blog/2006/01/12/bash-functions#comment-10506</guid>
		<description>Thanks for sharing, appreciate it.  Guess I'm part of the 2% ;)</description>
		<content:encoded><![CDATA[<p>Thanks for sharing, appreciate it.  Guess I&#8217;m part of the 2% <img src='http://alexking.org/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
