1
0
Fork 0
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:
marchersimon 2021-03-30 15:40:53 +02:00 committed by GitHub
parent 9bed445fb5
commit ef9c1119a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 3 deletions

View file

@ -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:

View file

@ -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 :

View file

@ -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:

View file

@ -1,6 +1,7 @@
# basename
> 경로명의 디렉토리가 아닌 부분을 반환.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.
- 경로에서 파일 이름만 표시:

View file

@ -1,6 +1,7 @@
# basename
> 移除一个路径的目录部分字符.
> 更多信息: <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.
- 仅显示文件名:

View file

@ -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: