type - describe how command names would be resolved.
type [-afpPt] name ...
type describes how each command name would be resolved. Rush reports aliases, special builtins, shell functions, regular 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, and builtins.-talias, builtin, function, or file.--Zero when every name is found, one when any name is not found, and two for usage errors.