¿Cómo puedo determinar en Linux sí una función existe en el bash?
AUTOR PREGUNTA #1
¿Cómo puedo determinar sí una función está en el bash en Linux?
Gracias.
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
type foo
bash: type: foo: not found
type ls
ls is aliased to `ls --color=auto'
which type
type type
type is a shell builtin