2.9  CHDIR command

2.9.1  Syntax

chdir {path}
cd {path}

2.9.2  Purpose

Changes or displays the current directory name.

2.9.3  Comments

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.

2.9.4  Examples

cd ../ckt
Change the current working directory to ../ckt.

cd
Show the current working directory name.