mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
basename: add French translation
This commit is contained in:
parent
ab4cf0c8be
commit
f90714b7e3
1 changed files with 11 additions and 0 deletions
11
pages.fr/common/basename.md
Normal file
11
pages.fr/common/basename.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# basename
|
||||
|
||||
> Retourne la portion ne contenant pas de dossiers d'un chemin complet.
|
||||
|
||||
- N'afficher que le nom du fichier depuis un chemin :
|
||||
|
||||
`basename {{path/to/file}}`
|
||||
|
||||
- N'afficher que le nom du fichier depuis un chemin, en ôtant un préfixe donné :
|
||||
|
||||
`basename {{chemin/vers/fichier}} {{suffixe}}`
|
Loading…
Add table
Reference in a new issue