This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c066ebd60c
tldr
/
pages
/
common
/
cd.md
259 B
Raw
Blame
History
cd
Change the current working directory.
Go to the given directory:
cd {{path/to/directory}}
Go to home directory of current user:
cd
Go up to the parent of the current directory:
cd ..
Go to the previously chosen directory:
cd -