Chicago Python Workshop/Chicago Python Workshop 1/Friday/Windows terminal navigation: Difference between revisions

Content added Content deleted
imported>Aisha
imported>Aisha
Line 49: Line 49:


<pre>cd ..</pre>
<pre>cd ..</pre>
<code>..</code> means "parent directory", so this command moved you up to the parent directory. You were in <code>C:\Users</code>, so now you are in <code>C:\</code>, the root directory.
<code>..</code> means "parent directory", so this command moved you up to the parent directory. You were in <code>C:\Documents and Settings</code>, so now you are in <code>C:\</code>, the root directory.


<br />
<br />