Formatted all pages according to guidelines.
This commit is contained in:
@@ -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 -`
|
||||
|
Reference in New Issue
Block a user