<?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>Vim, Cygwin, MySQL &#38; Zsh Tips &#187; shell tips</title>
	<atom:link href="http://zzapper.co.uk/category/shell-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://zzapper.co.uk</link>
	<description></description>
	<lastBuildDate>Mon, 06 Sep 2010 23:07:31 +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>zsh wonderful use of dirs,popd,pushp, cd ~5</title>
		<link>http://zzapper.co.uk/zsh-wonderful-use-of-dirspopdpushp-cd-5/</link>
		<comments>http://zzapper.co.uk/zsh-wonderful-use-of-dirspopdpushp-cd-5/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 18:36:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[shell tips]]></category>

		<guid isPermaLink="false">http://zzapper.co.uk/?p=82</guid>
		<description><![CDATA[I&#8217;ve never got the hang of popd &#38; pushd they seemed a bit pointless. zsh however has extended their abilities eg:- &#62; dirs -v    # number and list your recent directories one per line &#62; cd ~5     # cd to directory 5 in the directory stack &#62; cd -&#60;tab&#62;    # the tab complete lists the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve never got the hang of popd &amp; pushd they seemed a bit pointless. zsh however has extended their abilities eg:-</p>
<p>&gt; dirs -v    # number and list your recent directories one per line</p>
<p>&gt; cd ~5     # cd to directory 5 in the directory stack</p>
<p>&gt; cd -&lt;tab&gt;    # the tab complete lists the directory stack then type a digit to select the one you require (saves you having to do a dirs -v in the first place</p>
<p>I have to work in very complicated directory structures so this will be fantastically useful.</p>
<p>#don&#8217;t forget the zsh cd substitute command</p>
<p>&gt; cd olddir newdir</p>
<p>eg you are in</p>
<p>/inetpub/wwwroot/www.livesite.co.uk/products/</p>
<p>&gt; cd live test</p>
<p>/inetpub/wwwroot/www.testsite.co.uk/products/</p>
]]></content:encoded>
			<wfw:commentRss>http://zzapper.co.uk/zsh-wonderful-use-of-dirspopdpushp-cd-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
