From 2405f2e57faf15d563a59f87ac9ebc5aa411fa9d Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 7 Jan 2019 08:25:34 -0800 Subject: [PATCH] Add how to move up one level in a folder --- source/C/command_line.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/C/command_line.rst b/source/C/command_line.rst index 4afe97eb..885f419a 100644 --- a/source/C/command_line.rst +++ b/source/C/command_line.rst @@ -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.