1 02/24/84  change_default_wdir, cdwd
 2 
 3 Syntax:  cdwd {path}
 4 
 5 
 6 Function: sets a directory as your default working directory.
 7 
 8 
 9 Arguments:
10 path
11    is the pathname of the directory; if omitted, the current working
12    directory becomes the default working directory.
13 
14 
15 Notes: This command is used with change_wdir (cwd).  When cwd is
16 issued with no argument, the default working directory becomes the
17 current working directory.
18 
19 The original default working directory is your home directory upon
20 logging in.
21 
22 See also the descriptions of the change_wdir and print_default_wdir
23 commands.