2022-02-13 21:22:51 -05:00
|
|
|
---
|
|
|
|
title: cd
|
|
|
|
layout: command
|
2022-03-04 20:10:09 +08:00
|
|
|
version: 0.59.1
|
2022-02-13 21:22:51 -05:00
|
|
|
---
|
2019-10-01 18:45:38 +05:30
|
|
|
|
2022-02-13 21:22:51 -05:00
|
|
|
Change directory.
|
2019-10-01 18:45:38 +05:30
|
|
|
|
2022-02-13 21:22:51 -05:00
|
|
|
## Signature
|
2019-10-01 19:23:10 +05:30
|
|
|
|
2022-02-13 21:22:51 -05:00
|
|
|
```> cd (path)```
|
2019-10-01 18:45:38 +05:30
|
|
|
|
2022-02-13 21:22:51 -05:00
|
|
|
## Parameters
|
2019-10-01 18:45:38 +05:30
|
|
|
|
2022-02-13 21:22:51 -05:00
|
|
|
- `path`: the path to change to
|
2019-10-08 10:17:51 +11:00
|
|
|
|
2022-02-20 09:13:33 +08:00
|
|
|
## Examples
|
|
|
|
|
|
|
|
Change to your home directory
|
|
|
|
```shell
|
|
|
|
> cd ~
|
|
|
|
```
|