|
NAME cd - change working directory
SYNOPSIS cd
[directory]
DESCRIPTION cd is used to change
spec's current working directory. Without
arguments, cd changes spec's
current working directory to your home directory.
DEFINITION def cd 'chdir("$*")'
GLOBALS
CWD - built-in string variable holding the
full path name of the current working directory.
EXAMPLE cd data/Si
WARNING Note that the UNIX escape u cd
or unix("cd") has no effect as only the
working directory of a temporary sub-shell is changed.
SEE ALSO UNIX User Reference Manual
... Meeting the software needs of scientists since 1985 ...
Last Formatted Jun 3, 2010
Last Updated 02/28/01
Send comments, queries, suggestions to
info@certif.com
© 1995-2003 Certified Scientific Software. All rights reserved
|
|