1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 16:02:08 +02:00
tldr/pages.fr/common/type.md

350 B

type

Affiche le type de la commande que le terminal exécuterait. Plus d'informations : https://manned.org/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}}