cd(n) Tcl Built-In Commands cd(n) NAME cd - Change working directory SYNOPSIS cd ?dirName? DESCRIPTION Change the current working directory to dirName, or to the home direc- tory (as specified in(1,8) the HOME environment variable) if(3,n) dirName is not given. Returns an empty string. SEE ALSO filename(n), glob(1,3,7,n)(n), pwd(1,n,1 builtins)(n) KEYWORDS working directory Tcl cd(n)