1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 12:55:24 +02:00

dirname: update documentation link (#15478)

This commit is contained in:
Nelson Figueroa 2025-01-10 14:45:48 -08:00 committed by GitHub
parent 9883f4af32
commit 14813d0a5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# dirname
> Determina la directory genitore di un determinato file o percorso.
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/dirname>.
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/dirname-invocation.html>.
- Calcola la directory genitore di un dato percorso:

View file

@ -1,7 +1,7 @@
# dirname
> 주어진 파일 혹은 디렉토리 경로의 부모 디렉토리를 계산한다.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/dirname>.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/dirname-invocation.html>.
- 주어진 경로의 부모 디렉토리 계산:

View file

@ -1,7 +1,7 @@
# dirname
> Berekent de bovenliggende map van een bestand of map.
> Meer informatie: <https://www.gnu.org/software/coreutils/dirname>.
> Meer informatie: <https://www.gnu.org/software/coreutils/manual/html_node/dirname-invocation.html>.
- Bereken de bovenliggende map van een opgegeven pad:

View file

@ -1,7 +1,7 @@
# dirname
> Belirtilen dosya veya yolun ana dizinini hesaplar.
> Daha fazla bilgi için: <https://www.gnu.org/software/coreutils/dirname>.
> Daha fazla bilgi için: <https://www.gnu.org/software/coreutils/manual/html_node/dirname-invocation.html>.
- Belirtilen yolun ana dizinini hesapla:

View file

@ -1,7 +1,7 @@
# dirname
> Calculates the parent directory of a file or directory path.
> More information: <https://www.gnu.org/software/coreutils/dirname>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/dirname-invocation.html>.
- Calculate the parent directory of a given path: