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