mirror of
https://github.com/danbulant/nushell
synced 2026-05-19 20:38:40 +00:00
Remove unneeded -
This commit is contained in:
parent
a882e640e4
commit
e72bc8ea8b
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
If you didn't already know, the `cd` command is very simple. It stands for 'change directory' and it does exactly that. It changes the current directory to the one specified. If no directory is specified, it takes you to the home directory. Additionally, using `cd ..` takes you to the parent directory.
|
||||
|
||||
## Examples -
|
||||
## Examples
|
||||
|
||||
```shell
|
||||
/home/username> cd Desktop
|
||||
|
|
|
|||
Loading…
Reference in a new issue