1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 12:35:22 +02:00
tldr/pages.fr/common/type.md
2025-06-02 08:23:55 -07:00

388 B

type

Affiche le type de la commande que le terminal exécuterait. Plus d'informations : https://www.gnu.org/software/bash/manual/bash.html#index-type.

  • Affiche le type d'une commande :

type {{commande}}

  • Affiche tous les emplacements contenants l'exécutable spécifié :

type -a {{commande}}

  • Affiche le nom du fichier qui serait exécuté :

type -p {{commande}}