OpenSuSE Man Pages

Man Page or Keyword Search:
Man Architecture
Apropos Keyword Search (all sections) Output format
home | help
x SuSE Linux 13.1-RELEASE x
x SuSE Linux 13.1-RELEASEx
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 the HOME environment variable) if dirName is  not
       given.   Returns an empty string.  Note that the current working direc-
       tory is a per-process resource; the  cd  command  changes  the  working
       directory  for  all  interpreters  and  (in a threaded environment) all
       threads.

EXAMPLES
       Change to the home directory of the user fred:

              cd ~fred

       Change to the directory lib that is a sibling directory of the  current
       one:

              cd ../lib

SEE ALSO
       filename(n), glob(n), pwd(n)

KEYWORDS
       working directory

Tcl                                                                      cd(n)

Want to link to this manual page? Use this URL:
<
http://star2.abcm.com/cgi-bin/bsdi-man?query=cd&manpath=>

home | help