mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 18:03:51 +01:00
Update cd.md to look better
This commit is contained in:
parent
8faa0126eb
commit
eb297d3b8f
@ -1,6 +1,6 @@
|
||||
# cd
|
||||
|
||||
If you don't know about it already, the `cd` command is very simple. It stands for 'change directory' and it does exactly that. It changes the current directory that you are in to the one specified. If no directory is specified, it takes you to the home directory. Additionally, `..` takes you to the parent directory
|
||||
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 -
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user