diff --git a/bash_cheat_sheet.md b/bash_cheat_sheet.md index e14f676..b9a567c 100644 --- a/bash_cheat_sheet.md +++ b/bash_cheat_sheet.md @@ -9,3 +9,4 @@ Command | Flags | Arguments | What it Does | `-i` | ` ` | Interactive mode (to prevent unwanted overwriting) | `-R` | ` ` | Recursive mode: includes all folders and files `$ man` | None | | Display manual page for a given command +`$ cd` | None | ` ` | Changes the Directory to the destination