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

⟦dcd0cca68⟧ TextFile

    Length: 920 (0x398)
    Types: TextFile
    Notes: UNIX file
    Names: »which.1«

Derivation

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

TextFile

.ig
	@(#)which.1	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH WHICH 1
.SH NAME
which \- locate a program file including aliases and paths (csh only)
.SH SYNOPSIS
.B which
[ name ] ...
.SH DESCRIPTION
.I Which
takes a list of names and looks for the files which would be
executed had these names been given as commands.
Each argument is expanded if it is aliased,
and searched for along the user's path.
Both aliases and path are taken from the user's
.I \&.cshrc
file.
.SH FILES
.ta 1i
~/\&.cshrc	source of aliases and path values
.SH DIAGNOSTICS
A diagnostic is given for names which are aliased to more than a single
word,
or if an executable file with the argument name was not found in the path.
.SH BUGS
Only aliases and paths from
.I ~/\&.cshrc
are used, importing from the current
environment is not attempted.
Must be executed by a
.IR csh ,
since only
.IR csh s
know about aliases.