2 examples for type

{{ score }}
  # show the command that is run if you type a command
# displays the kind of command the shell will execute, given a particular command name
type ls
        
{{ score }}
  # Verificar si es un comando interno de la shell o externo o ambos
type -a [command]