mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:13:50 +02:00
dirname: Add Korean Translation (#3741)
This commit is contained in:
parent
298ab517b8
commit
36ac3c5e8d
1 changed files with 15 additions and 0 deletions
15
pages.ko/common/dirname.md
Normal file
15
pages.ko/common/dirname.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# dirname
|
||||
|
||||
> 주어진 파일 혹은 디렉토리 경로의 부모 디렉토리를 계산한다.
|
||||
|
||||
- 주어진 경로의 부모 디렉토리 계산:
|
||||
|
||||
`dirname {{경로/파일_또는_디렉토리}}`
|
||||
|
||||
- 복수 경로의 부모 디렉토리 계산:
|
||||
|
||||
`dirname {{경로/a_파일}} {{경로/b_디렉토리}}`
|
||||
|
||||
- 개행 대신 NUL 문자로 출력을 구분하기 (`xargs`와 결합 시 유용함):
|
||||
|
||||
`dirname --zero {{경로/a_디렉토리}} {{경로/b_파일}}`
|
Loading…
Add table
Reference in a new issue