[net.sources] Manual page for findp

sra@hocda.UUCP (S.ABBOT) (09/23/83)

.TH FINDP 1 "UNSUPPORTED"
.SH NAME
.B findp -
locate a program
.SH SYNOPSIS
.B "findp command ..."
.SH DESCRIPTION
.I Findp
locates and prints the full path of one or more commands or programs
given as its argument.  It will search through each directory
defined by the user's PATH and print each instance found.
.P
.I Findp
will accept regular expressions as its argument, with "?" matching
one character, "*" matching any characters, "~" matching the
end of the word, and [...] matching a range of characters.
For example, `findp "*e~"' will find any program
within the user's path that ends with an "e".