mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-20 23:15:25 +02:00
basename: change link (#5553)
This commit is contained in:
parent
9bed445fb5
commit
ef9c1119a0
6 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
# basename
|
||||
|
||||
> Entfernt führende Verzeichniskomponenten in einem Pfad.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.
|
||||
|
||||
- Ermittle den Dateinamen in einem Pfad:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# 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>.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.
|
||||
|
||||
- N'afficher que le nom du fichier depuis un chemin :
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# basename
|
||||
|
||||
> Restituisce la parte finale un percorso.
|
||||
> Maggiori informazioni: <https://man7.org/linux/man-pages/man1/basename.1.html>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.
|
||||
|
||||
- Mostra solo il nome del file da un percorso:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# basename
|
||||
|
||||
> 경로명의 디렉토리가 아닌 부분을 반환.
|
||||
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.
|
||||
|
||||
- 경로에서 파일 이름만 표시:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# basename
|
||||
|
||||
> 移除一个路径的目录部分字符.
|
||||
> 更多信息: <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.
|
||||
|
||||
- 仅显示文件名:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# basename
|
||||
|
||||
> Remove leading directory portions from a path.
|
||||
> More information: <https://man7.org/linux/man-pages/man1/basename.1.html>.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.
|
||||
|
||||
- Show only the file name from a path:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue