1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

dirname: add link (#5604)

This commit is contained in:
marchersimon 2021-03-30 15:55:16 +02:00 committed by GitHub
parent 5ba367c2dd
commit 016c255e46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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