August 2000
Intermediate to advanced
816 pages
29h 45m
English
type
type [options] commands
Report absolute pathname of programs invoked for commands and whether or not they are hashed.
Consider all subsequent strings to be arguments, not options.
Print all occurrences of command, not just that which would be invoked.
Print the hashed value of command, which may differ from the first appearance of command in the PATH.
Determine and state if command is an alias, keyword, function, built-in, or file.
$ type mv read
mv is /bin/mv
read is a shell built-inRead now
Unlock full access