type - describe how command names would be resolved.
type [-afpPt] name ...
type describes how each command name would be resolved. Rush reports aliases, shell functions, reserved words, builtins, and external commands in command lookup order. Short options may be combined, for example type -at name.
-a-f-p-PPATH lookup and skip aliases, functions, reserved words, and builtins.-talias, function, keyword, builtin, or file.--Zero when every name is found, one when any name is not found, and two for usage errors.