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

17 lines
388 B
Markdown
Raw Normal View History

# 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}}`