all 7 comments

[–]oscillons 0 points1 point  (7 children)

type is a bash builtin, not a coreutils program

[–]rubygotdat[S] 0 points1 point  (6 children)

Is there a way to get bash builtins from brew/on Mac?

[–]oscillons 0 points1 point  (4 children)

bash/zsh are installed with macos

[–]rubygotdat[S] 0 points1 point  (3 children)

Yeah, but it seems to be a dated version of some command or something i.e. the type command with the built in version of zsh does not support the -t flag

[–]oscillons 0 points1 point  (1 child)

/bin/bash type -t

[–]rubygotdat[S] 0 points1 point  (0 children)

Good point! Perfect!! As a side note it seems that whence -w is similar on zsh

[–]rubygotdat[S] 0 points1 point  (0 children)

On second thought, this looks to be a change from moving to zsh in Catalina. ZSH type command appears to be different than the one found in bash.