Add some missing colons to commands.md

This commit is contained in:
Donovan Glover 2017-11-05 21:41:01 -05:00
parent 3ad9b4801b
commit 4f1d34ba93
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -22,10 +22,10 @@ Note that "renaming" files is the same as moving them from one location to anoth
## Switching Directories
- Go up one directory `..`
- Go up two directories `...`
- Go to the home directory `~` OR simply `cd` with no parameters
- Go to dirname `dirname`
- Go up one directory: `..`
- Go up two directories: `...`
- Go to the home directory: `~` OR simply `cd` with no parameters
- Go to dirname: `dirname`
Note that for all of the above, `cd` is not required.