2022-02-14 02:22:51 +00:00
|
|
|
---
|
|
|
|
title: cd
|
|
|
|
layout: command
|
2022-03-04 12:10:09 +00:00
|
|
|
version: 0.59.1
|
2022-02-14 02:22:51 +00:00
|
|
|
---
|
2019-10-01 13:15:38 +00:00
|
|
|
|
2022-02-14 02:22:51 +00:00
|
|
|
Change directory.
|
2019-10-01 13:15:38 +00:00
|
|
|
|
2022-02-14 02:22:51 +00:00
|
|
|
## Signature
|
2019-10-01 13:53:10 +00:00
|
|
|
|
2022-02-14 02:22:51 +00:00
|
|
|
```> cd (path)```
|
2019-10-01 13:15:38 +00:00
|
|
|
|
2022-02-14 02:22:51 +00:00
|
|
|
## Parameters
|
2019-10-01 13:15:38 +00:00
|
|
|
|
2022-02-14 02:22:51 +00:00
|
|
|
- `path`: the path to change to
|
2019-10-07 23:17:51 +00:00
|
|
|
|
2022-02-20 01:13:33 +00:00
|
|
|
## Examples
|
|
|
|
|
|
|
|
Change to your home directory
|
|
|
|
```shell
|
|
|
|
> cd ~
|
|
|
|
```
|