multiple pages: add korean translation (#3548)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
5b34319212
commit
a451d973e8
11
pages.ko/common/basename.md
Normal file
11
pages.ko/common/basename.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# basename
|
||||
|
||||
> 경로명의 디렉토리가 아닌 부분을 반환.
|
||||
|
||||
- 경로에서 파일 이름만 표시:
|
||||
|
||||
`basename {{path/to/file}}`
|
||||
|
||||
- 경로에서 접미사가 제거된 파일 이름만 표시:
|
||||
|
||||
`basename {{path/to/file}} {{suffix}}`
|
Reference in New Issue
Block a user