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:
parent
9883f4af32
commit
14813d0a5e
5 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# dirname
|
||||
|
||||
> 주어진 파일 혹은 디렉토리 경로의 부모 디렉토리를 계산한다.
|
||||
> 더 많은 정보: <https://www.gnu.org/software/coreutils/dirname>.
|
||||
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/dirname-invocation.html>.
|
||||
|
||||
- 주어진 경로의 부모 디렉토리 계산:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue