Changes or displays the current directory name.
chdir {path} cd {path}
Change the current directory to that specified by path. See your system manual for complete syntax.
If no argument is given the current directory is displayed.
cd ../ckt
Change the current working directory to ../ckt.
cd
Show the current working directory name.