mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
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}}`
|