Skip to content

Commit

Permalink
basename: update French translation (#5501)
Browse files Browse the repository at this point in the history
  • Loading branch information
patricedenis authored Mar 26, 2021
1 parent 59ca98f commit 804ae28
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pages.fr/common/basename.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# basename

> Retourne la portion ne contenant pas de dossiers d'un chemin complet.
> Plus d'informations : <https://man7.org/linux/man-pages/man1/basename.1.html>.
- N'afficher que le nom du fichier depuis un chemin :

`basename {{path/to/file}}`
`basename {{chemin/vers/fichier}}`

- N'afficher que le nom du dernier répertoire depuis un chemin :

`basename {{chemin/vers/répertoire/}}`

- N'afficher que le nom du fichier depuis un chemin, en ôtant un préfixe donné :

Expand Down
1 change: 1 addition & 0 deletions pages.it/common/basename.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# basename

> Restituisce la parte finale un percorso.
> Maggiori informazioni: <https://man7.org/linux/man-pages/man1/basename.1.html>.
- Mostra solo il nome del file da un percorso:

Expand Down
1 change: 1 addition & 0 deletions pages/common/basename.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# basename

> Remove leading directory portions from a path.
> More information: <https://man7.org/linux/man-pages/man1/basename.1.html>.
- Show only the file name from a path:

Expand Down

0 comments on commit 804ae28

Please sign in to comment.