Windows terminal navigation: Difference between revisions

→‎Practice navigating from the terminal: taking out cmd.exe commands
imported>Ben zen
(→‎Practice navigating from the terminal: Changed dir to ls, clarified the structure of the filesystem, and added notes about using PowerShell instead of cmd.exe.)
imported>Fhocutt
(→‎Practice navigating from the terminal: taking out cmd.exe commands)
Line 8:
 
There are two commands that we'll be using in a terminal to navigate the filesystem on your computer:
* <code>ls</code> in PowerShell; <code>dir</code> in <code>cmd.exe</code>
* <code>cd</code>
 
<code>ls</code> (<code>dir</code>) lists the contents of a directory.<br />
<code>cd</code> moves you into a new directory (it stands for "change directory").
 
Anonymous user