<?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: Open Cygwin Bash Shell Here</title>
	<atom:link href="http://unitstep.net/blog/2009/05/16/open-cygwin-bash-shell-here/feed/" rel="self" type="application/rss+xml" />
	<link>http://unitstep.net/blog/2009/05/16/open-cygwin-bash-shell-here/</link>
	<description>the home of peter chng</description>
	<lastBuildDate>Tue, 22 May 2012 03:36:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Zohair</title>
		<link>http://unitstep.net/blog/2009/05/16/open-cygwin-bash-shell-here/comment-page-1/#comment-284148</link>
		<dc:creator>Zohair</dc:creator>
		<pubDate>Wed, 19 Oct 2011 05:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/?p=898#comment-284148</guid>
		<description>hmmm my syntax lines got mis-printed. http://unitstep.net/blog/2009/05/16/open-cygwin-bash-shell-here/comment-page-1/#comment-284146

The first $&gt; line should read

$&gt; ln -s (target_dir) (optional_name)</description>
		<content:encoded><![CDATA[<p>hmmm my syntax lines got mis-printed. <a href="http://unitstep.net/blog/2009/05/16/open-cygwin-bash-shell-here/comment-page-1/#comment-284146" rel="nofollow">http://unitstep.net/blog/2009/05/16/open-cygwin-bash-shell-here/comment-page-1/#comment-284146</a></p>
<p>The first $&gt; line should read</p>
<p>$&gt; ln -s (target_dir) (optional_name)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zohair</title>
		<link>http://unitstep.net/blog/2009/05/16/open-cygwin-bash-shell-here/comment-page-1/#comment-284146</link>
		<dc:creator>Zohair</dc:creator>
		<pubDate>Wed, 19 Oct 2011 05:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/?p=898#comment-284146</guid>
		<description>@puakv: You can use symbolic links. 

$&gt; ln -s  

so for example if you want to link to /cygdrive/d/work/project001 do this

$&gt; ln -s /cygdrive/d/work/project001

Some more info: http://www.nixtutor.com/freebsd/understanding-symbolic-links/ and of course there is always the man file :)</description>
		<content:encoded><![CDATA[<p>@puakv: You can use symbolic links. </p>
<p>$&gt; ln -s  </p>
<p>so for example if you want to link to /cygdrive/d/work/project001 do this</p>
<p>$&gt; ln -s /cygdrive/d/work/project001</p>
<p>Some more info: <a href="http://www.nixtutor.com/freebsd/understanding-symbolic-links/" rel="nofollow">http://www.nixtutor.com/freebsd/understanding-symbolic-links/</a> and of course there is always the man file <img src='http://unitstep.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shantanu Gadgil</title>
		<link>http://unitstep.net/blog/2009/05/16/open-cygwin-bash-shell-here/comment-page-1/#comment-263358</link>
		<dc:creator>Shantanu Gadgil</dc:creator>
		<pubDate>Wed, 24 Aug 2011 04:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/?p=898#comment-263358</guid>
		<description>Hi,
Nice tip. I use the &#039;mintty&#039; terminal rather than the default.

$&gt; chere -i -t mintty

Obviously, the package &quot;mintty&quot; needs to be installed as well! :)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Nice tip. I use the &#8216;mintty&#8217; terminal rather than the default.</p>
<p>$&gt; chere -i -t mintty</p>
<p>Obviously, the package &#8220;mintty&#8221; needs to be installed as well! <img src='http://unitstep.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Girisha Puttaswamy</title>
		<link>http://unitstep.net/blog/2009/05/16/open-cygwin-bash-shell-here/comment-page-1/#comment-239072</link>
		<dc:creator>Girisha Puttaswamy</dc:creator>
		<pubDate>Fri, 24 Jun 2011 06:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/?p=898#comment-239072</guid>
		<description>Awesome. Thanks.</description>
		<content:encoded><![CDATA[<p>Awesome. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: puakv</title>
		<link>http://unitstep.net/blog/2009/05/16/open-cygwin-bash-shell-here/comment-page-1/#comment-230572</link>
		<dc:creator>puakv</dc:creator>
		<pubDate>Tue, 24 May 2011 03:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/?p=898#comment-230572</guid>
		<description>First up, awesome!!! thanks for that tip.

From cygwin home dir, is there a way to setup a batch file with predefined locations so that I can get to where I need simply by launching that file?

something like a .bat file equivalent of windows</description>
		<content:encoded><![CDATA[<p>First up, awesome!!! thanks for that tip.</p>
<p>From cygwin home dir, is there a way to setup a batch file with predefined locations so that I can get to where I need simply by launching that file?</p>
<p>something like a .bat file equivalent of windows</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://unitstep.net/blog/2009/05/16/open-cygwin-bash-shell-here/comment-page-1/#comment-225774</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Fri, 29 Apr 2011 03:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/?p=898#comment-225774</guid>
		<description>Elaborating on what dnorgaard said, you can hold down Ctrl+Shift (Windows 7) while clicking on a program icon in order to run it as an adminstrator.  This fixed the &quot;hive not writable&quot; error for me.</description>
		<content:encoded><![CDATA[<p>Elaborating on what dnorgaard said, you can hold down Ctrl+Shift (Windows 7) while clicking on a program icon in order to run it as an adminstrator.  This fixed the &#8220;hive not writable&#8221; error for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun Abram &#187; Blog Archive &#187; OSCON Day1: The Productive Programmer</title>
		<link>http://unitstep.net/blog/2009/05/16/open-cygwin-bash-shell-here/comment-page-1/#comment-195446</link>
		<dc:creator>Shaun Abram &#187; Blog Archive &#187; OSCON Day1: The Productive Programmer</dc:creator>
		<pubDate>Fri, 23 Jul 2010 03:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/?p=898#comment-195446</guid>
		<description>[...] Cygwin: bash here [...]</description>
		<content:encoded><![CDATA[<p>[...] Cygwin: bash here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://unitstep.net/blog/2009/05/16/open-cygwin-bash-shell-here/comment-page-1/#comment-194690</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Thu, 24 Jun 2010 06:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/?p=898#comment-194690</guid>
		<description>Awesome, thanks!</description>
		<content:encoded><![CDATA[<p>Awesome, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seth</title>
		<link>http://unitstep.net/blog/2009/05/16/open-cygwin-bash-shell-here/comment-page-1/#comment-191243</link>
		<dc:creator>seth</dc:creator>
		<pubDate>Wed, 24 Mar 2010 17:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/?p=898#comment-191243</guid>
		<description>Thanks Peter!  I just installed Cygwin and was searching for &quot;Bash prompt here&quot; and had forgotten how I had done it before.  Great post!</description>
		<content:encoded><![CDATA[<p>Thanks Peter!  I just installed Cygwin and was searching for &#8220;Bash prompt here&#8221; and had forgotten how I had done it before.  Great post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Martinez</title>
		<link>http://unitstep.net/blog/2009/05/16/open-cygwin-bash-shell-here/comment-page-1/#comment-190412</link>
		<dc:creator>Carlos Martinez</dc:creator>
		<pubDate>Mon, 08 Mar 2010 11:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/?p=898#comment-190412</guid>
		<description>Possibly the best thing I&#039;ve seen this year! Good solid random geekery. Nice one.</description>
		<content:encoded><![CDATA[<p>Possibly the best thing I&#8217;ve seen this year! Good solid random geekery. Nice one.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

