What feature/utility/app are you surprised is not installed by default in Linux distributions?
Gamma @ gamma @programming.dev Posts 1Comments 102Joined 2 yr. ago

Gamma @ gamma @programming.dev
Posts
1
Comments
102
Joined
2 yr. ago
type -p
is a shell builtin though, and one character shorter :)Although you may prefer
tool=$(command -v tool)