SYNTAX

    cd [options] <directory>


OPTIONS

-h (--help) bool

Display help.


ARGUMENTS

<directory>

The directory to change to. [filename]


DESCRIPTION

Change the current working directory.

Note, cd can be used to navigate between drives (eg cd e:\), but the DOS approach of switching between drives with commands like c: and e: is also supported.

The current working directory is stored in the environment variable PWD, but you should use the cd command rather than updating this variable directly.


SEE ALSO

ls


COPYRIGHT

Copyright (c) 2006-2010 Accenture. All rights reserved.