mirror of
https://github.com/nushell/nushell.git
synced 2025-04-10 14:08:40 +02:00
Add documentation for cd -
This commit is contained in:
parent
77c34acb03
commit
4d70255696
@ -23,3 +23,11 @@ If you didn't already know, the `cd` command is very simple. It stands for 'chan
|
|||||||
/usr> cd
|
/usr> cd
|
||||||
/home/username>
|
/home/username>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Using `cd -` will take you to the previous directory:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
/home/username/Desktop/super/duper/crazy/nested/folders> cd
|
||||||
|
/home/username> cd -
|
||||||
|
/home/username/Desktop/super/duper/crazy/nested/folders> cd
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user