bash / ksh / posix / sh / shell / zshForma POSIX de verificar se o comando é uma função shellis_function() { test "$(command -v "$1")" = "$1"}is_function cd && echo 'Yes it is'