Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

basename: update documentation link #15103

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages.de/common/basename.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# basename

> Entfernt führende Verzeichniskomponenten in einem Pfad.
> Weitere Informationen: <https://www.gnu.org/software/coreutils/basename>.
> Weitere Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.

- Ermittle den Dateinamen in einem Pfad:

Expand Down
2 changes: 1 addition & 1 deletion pages.es/common/basename.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# basename

> Remueve nombres de directorios al inicio de una ruta.
> Más información: <https://www.gnu.org/software/coreutils/basename>.
> Más información: <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.

- Imprime el nombre de un fichero a partir de su ruta:

Expand Down
2 changes: 1 addition & 1 deletion pages.fr/common/basename.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# basename

> Retourne la portion ne contenant pas de dossiers d'un chemin complet.
> Plus d'informations : <https://www.gnu.org/software/coreutils/basename>.
> 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 :

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

> Restituisce la parte finale un percorso.
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/basename>.
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.

- Mostra solo il nome del file da un percorso:

Expand Down
2 changes: 1 addition & 1 deletion pages.ko/common/basename.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# basename

> 경로명의 디렉토리가 아닌 부분을 반환.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/basename>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.

- 경로에서 파일 이름만 표시:

Expand Down
2 changes: 1 addition & 1 deletion pages.nl/common/basename.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# basename

> Verwijder voorlopende map delen van een pad.
> Meer informatie: <https://www.gnu.org/software/coreutils/basename>.
> Meer informatie: <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.

- Toon alleen de bestandsnaam van een pad:

Expand Down
2 changes: 1 addition & 1 deletion pages.pl/common/basename.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# basename

> Usuwa wiodące nazwy katalogów ze ścieżki.
> Więcej informacji: <https://www.gnu.org/software/coreutils/basename>.
> Więcej informacji: <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.

- Wyświetl wyłącznie nazwę pliku ze ścieżki:

Expand Down
2 changes: 1 addition & 1 deletion pages.pt_BR/common/basename.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# basename

> Remove o prefixo de um caminho.
> Mais informações: <https://www.gnu.org/software/coreutils/basename>.
> Mais informações: <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.

- Mostra apenas o nome do arquivo em um caminho:

Expand Down
2 changes: 1 addition & 1 deletion pages.zh/common/basename.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# basename

> 移除一个路径的目录部分字符。
> 更多信息:<https://www.gnu.org/software/coreutils/basename>.
> 更多信息:<https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.

- 仅显示文件名:

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

> Remove leading directory portions from a path.
> More information: <https://www.gnu.org/software/coreutils/basename>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/basename-invocation.html>.

- Show only the file name from a path:

Expand Down
Loading