<?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>scienceoss.com &#187; directory navigation</title>
	<atom:link href="http://scienceoss.com/tags/directory-navigation/feed/" rel="self" type="application/rss+xml" />
	<link>http://scienceoss.com</link>
	<description>useful tidbits for using open source software in science</description>
	<lastBuildDate>Wed, 26 May 2010 03:34:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Directory navigation in IPython</title>
		<link>http://scienceoss.com/directory-navigation-in-ipython/</link>
		<comments>http://scienceoss.com/directory-navigation-in-ipython/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 17:15:21 +0000</pubDate>
		<dc:creator>ryan</dc:creator>
				<category><![CDATA[IPython]]></category>
		<category><![CDATA[directory navigation]]></category>
		<category><![CDATA[IPython help]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://scienceoss.com/?p=32</guid>
		<description><![CDATA[A reference table of commands to use when navigating directories in IPython. pwd display the present working directory ls list the contents of the present working directory cd /tmp move to the /tmp directory cd .. move up one directory cd - move to the last directory visited bookmark mydir save the current directory as [...]]]></description>
			<content:encoded><![CDATA[<p>A reference table of commands to use when navigating directories in IPython.<span id="more-32"></span></p>
<table border="0" cellpadding="4" >
<tbody>
<tr>
<td class="command">pwd</td>
<td>display the present working directory</td>
</tr>
<tr>
<td class="command">ls</td>
<td>list the contents of the present working<br />
directory</td>
</tr>
<tr>
<td class="command">cd /tmp</td>
<td>move to the <span class="c">/tmp</span><br />
directory</td>
</tr>
<tr>
<td class="command">cd ..</td>
<td>move up one directory</td>
</tr>
<tr>
<td class="command">cd -</td>
<td>move to the last directory visited</td>
</tr>
<tr>
<td class="command">bookmark mydir</td>
<td>save the current directory as <span class= "c">mydir</span></td>
</tr>
<tr>
<td class="command">bookmark mydir ../python</td>
<td>bookmarks the directory <span class=<br />
"c">../python</span> (up one directory, then down into <span class= "c">python</span>) as <span class="c">mydir</span></td>
</tr>
<tr>
<td class="command">cd mydir</td>
<td>change to the directory saved in the bookmark <span class="c">mydir</span></td>
</tr>
<tr>
<td class="command">dhist</td>
<td>view a history of the directories you&#8217;ve been<br />
to</td>
</tr>
<tr>
<td class="command">cd -2</td>
<td>change to the directory listed in position 2 in the directory history</td>
</tr>
<tr>
<td class="command">pushd /usr/lib</td>
<td>push <span class="c">/usr/lib</span> onto the directory stack</td>
</tr>
<tr>
<td class="command">dirs</td>
<td>show directories in the directory stack</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://scienceoss.com/directory-navigation-in-ipython/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

