git-clone, sudo, type: add French translation (#7725)
This commit is contained in:
16
pages.fr/common/type.md
Normal file
16
pages.fr/common/type.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user