dirname: add link (#5604)

add-set-more-info-link.py
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
> 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:

View File

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

View File

@ -1,6 +1,7 @@
# dirname
> 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:

View File

@ -1,6 +1,7 @@
# dirname
> 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: