DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦cc7d92be9⟧ TextFile

    Length: 758 (0x2f6)
    Types: TextFile
    Notes: UNIX file
    Names: »cd.1«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man1/cd.1« 

TextFile

.ig
	@(#)cd.1	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH CD 1
.UC 4
.SH NAME
cd \- change working directory
.SH SYNOPSIS
.B cd
directory
.SH DESCRIPTION
.I Directory
becomes the new working directory.
The process must have execute (search)
permission in
.IR directory .
.PP
Because a new process is created to execute each command,
.I cd
would be ineffective if it were written as a
normal command.  It is therefore recognized and executed
by the shells.
In
.IR csh (1)
you may specify a list of directories in which
.I directory
is to be sought as a subdirectory if it is not
a subdirectory of the current directory;
see the description of the
.I cdpath
variable in
.IR csh (1).
.SH "SEE ALSO"
csh(1), sh(1), pwd(1), chdir(2)