Type (Unix)
In Unix and Unix-like operating systems, FunctionWhere applicable,
The command returns a non-zero exit status if command names cannot be found. Examples$ type test
test is a shell builtin
$ type cp
cp is /bin/cp
$ type unknown
unknown not found
$ type type
type is a shell builtin
HistoryThe command -V name In the KornShell, the command The command is available as a separate package for Microsoft Windows as part of the UnxUtils collection of native Win32 ports of common GNU Unix-like utilities.[3] See alsoThe Wikibook Guide to Unix has a page on the topic of: Commands References
|