mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-03 12:35:22 +02:00
388 B
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}}