From the NannyMUD documentation
2001-01-29
NAME
cd - Change working directory.SYNTAX
cd [path]DESCRIPTION
cd changes the working directory to the directory pointed out by the given path. This directory is then default when doing any file operations. If no path is given, your home dir will be assumed. Standard path expansion will be done on the given path. Thus, you can use things like ~wizard, ~/, ../ etc.NOTE
Not every directory is possible to read for everybody.EXAMPLE
cd .. Move up to parent directory. cd ~brom Move to Brom's home dir. cd /obj Move to the mudlib's obj directory.SEE ALSO
pwd in wizcommands/files/pwdSEE ALSO
ls in std/module/default/ls ls in wizcommands/files/lsSEE ALSO
mkdir in efun/disc_related/mkdir mkdir in wizcommands/files/mkdir