Add how to move up one level in a folder

This commit is contained in:
Lyn Perrine 2019-01-07 08:25:34 -08:00
parent 9a233e22b7
commit 2405f2e57f

View File

@ -35,7 +35,7 @@ To change to another directory an important command is
cd [dir]
where [dir] is the directory you want to switch to.
where [dir] is the directory you want to switch to. Another thing that is useful is you can append .. after cd to make it go up one level.