Skip to content

Commit b9f864a

Browse files
committed
Update explanation of the cd command
1 parent 34a2936 commit b9f864a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/the-terminal/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h1>Basic Terminal Tutorial</h1>
7272
<dd>Displays the contents of <code>FILE</code>, then returns control to The Terminal.</dd>
7373

7474
<dt><kbd>cd</kbd></dt>
75-
<dd>Changes directory to your home folder, <code>~/Users/YOUR_NAME</code>. Typing <kbd>cd FOLDER</kbd> changes into <code>FOLDER</code> and typing <kbd>cd ../FOLDER</kbd> changes into a directory called <code>FOLDER</code> in the current directory’s parent.</dd>
75+
<dd>Changes directory to your home folder, which likely is <code>~/Users/YOUR_NAME</code>. Typing <kbd>cd FOLDER</kbd> changes into <code>FOLDER</code> and typing <kbd>cd ../FOLDER</kbd> changes into a directory called <code>FOLDER</code> in the current directory’s parent. Typing <kbd>cd</kbd> from anywhere in your directory tree will take you home.</dd>
7676

7777
<dt><kbd>clear</kbd></dt>
7878
<dd>Clears the screen of any content, placing the cursor at the top of The Terminal’s window.</dd>

0 commit comments

Comments
 (0)