mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
423 B
423 B
type
Affiche le type de la commande que le terminal exécuterait. Voir aussi :
whereis,which. 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}}