1
Por que o `tipo que` diz o` que está com hash`?
No caso de shell-builtins (por exemplo, typeele próprio): $ type type type is a shell builtin $ which type <Doesn't return anything since it's a shell builtin, silently exits> No caso de comandos (normalmente) (por exemplo python): $ type python python is /usr/bin/python $ which python /usr/bin/python No caso de …
31
command-line