
cd

        cd [<directory>]

        Changes the current directory to <directory>, which must be an
        existing directory on the local machine.

        The directory specified can be relative to the current directory,
        or absolute, with the name beginning at the DOS root (/).

        Without an argument, 'cd' simply displays the current directory
        without change.

        The 'pwd' command is an alias for 'cd'.


