mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-22 14:30:29 +00:00
d2efd0151f
Not all builtins are represented here. Some information (such as a dependancy on the 31/ prefix) is probably out of date, too.
27 lines
517 B
Groff
27 lines
517 B
Groff
.TH CD 1 "31 August 1996" GNO "Commands and Applications"
|
|
.SH NAME
|
|
.LP
|
|
cd \- change working directory (gsh builtin)
|
|
.SH SYNOPSIS
|
|
.LP
|
|
.B cd
|
|
[
|
|
.I directory
|
|
]
|
|
.SH DESCRIPTION
|
|
.LP
|
|
.I directory
|
|
becomes the new working directory.
|
|
If
|
|
.B cd
|
|
is used without arguments, it returns you
|
|
to your $HOME directory.
|
|
.LP
|
|
Because a new process is created to execute each command,
|
|
.B cd
|
|
would be ineffective if it were written as a normal command. It is therefore
|
|
recognized and executed by the shells.
|
|
.SH "SEE ALSO"
|
|
.LP
|
|
.BR pwd (1)
|