mirror of https://github.com/CrimsonTome/tldr.git
17 lines
348 B
Markdown
17 lines
348 B
Markdown
|
# type
|
||
|
|
||
|
> Affiche le type de la commande que le terminal exécuterait.
|
||
|
> Plus d'information: <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}}`
|