Revision [183]
This is an old revision of CommandCd made by DavidLee on 2008-05-31 18:08:35.
cd [directory]
Changes directories to the specified directory.Example:
$ cd /tmp
With no arguments changes to the users "home" directory.
The "home" directory is found by first looking for an environment variable "HOME" and if not found then using the java System property "user.home".
CommandsBuiltin