Query: cd
OS: hpux
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
cd(1) General Commands Manual cd(1)NAMEcd - change working directorySYNOPSIS[directory]DESCRIPTIONIf directory is not specified, the value of shell parameter is used as the new working directory. If directory specifies a complete path starting with or directory becomes the new working directory. If neither case applies, tries to find the designated directory relative to one of the paths specified by the shell variable. has the same syntax as, and similar semantics to, the shell variable. must have execute (search) permission in directory. exists only as a shell built-in command because a new process is created whenever a command is executed, making useless if written and pro- cessed as a normal system command. Moreover, different shells provide different implementations of as a built-in utility. Features of as described here may not be supported by all the shells. Refer to individual shell manual entries for differences. If is called in a subshell or a separate utility execution environment such as: (which invokes on accessible directories) does not affect the current directory of the caller's environment. Another usage of as a stand- alone command is to obtain the exit status of the command.EXTERNAL INFLUENCESInternational Code Set Support Single- and multi-byte character code sets are supported. Environment Variables The following environment variables affect the execution of The name of the home directory, used when no directory operand is specified. A colon-separated list of pathnames that refer to directories. If the directory operand does not begin with a slash character, and the first component is not dot or dot-dot, searches for directory relative to each directory named in the variable, in the order listed. The new working directory is set to the first matching directory found. An empty string in place of a directory pathname represents the current direc- tory. If is not set, it is treated as if it was an empty string.EXAMPLESChange the current working directory to the directory from any location in the file system: Change to new current working directory residing in the current directory: or Change to directory residing in the current directory's parent directory: Change to the directory whose absolute pathname is Change to the directory relative to home directory:RETURN VALUEUpon completion, exits with one of the following values: The directory was successfully changed. An error occurred. The working directory remains unchanged.SEE ALSOcsh(1), pwd(1), ksh(1), sh-posix(1), sh(1), chdir(2).STANDARDS CONFORMANCEcd(1)
Related Man Pages |
---|
dirs(1) - sunos |
popd(1) - suse |
chdir(1) - x11r4 |
chdir(1) - xfree86 |
cd(1) - x11r4 |
Similar Topics in the Unix Linux Community |
---|
.exrc is not working |
Remove directory that has special Characters |
using du command |
HPUX find string in directory and filetype and replace string |
Change directory error |