Check if a command is an alias, function, or binary
The `type` builtin tells you what a command name resolves to: alias, shell function, builtin, or external binary path. Essential for debugging when a command behaves unexpectedly — it might be aliased to something you didn't expect.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.