1
Pourquoi "type qui" dit ce "qui est haché"?
En cas d'interprétations de shell (par exemple, typeelle-même): $ type type type is a shell builtin $ which type <Doesn't return anything since it's a shell builtin, silently exits> En cas de commandes (normalement) (par exemple python): $ type python python is /usr/bin/python $ which python /usr/bin/python En cas de …
31
command-line