Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,19 +1,19 @@
# cd
> Change the current working directory
> Change the current working directory.
- Go to the given directory
- Go to the given directory:
`cd {{/path/to/directory}}`
- Go to home directory of current user
- Go to home directory of current user:
`cd`
- Go up to the parent of the current directory
- Go up to the parent of the current directory:
`cd ..`
- Go to the previously chosen directory
- Go to the previously chosen directory:
`cd -`