git-clone, sudo, type: add French translation (#7725)

This commit is contained in:
Stijn-Bch
2022-03-14 14:29:30 +01:00
committed by GitHub
parent dba098e925
commit 5ba1d5e59c
3 changed files with 69 additions and 5 deletions

16
pages.fr/common/type.md Normal file
View 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}}`