basename, bash, bat, batch, bc: update Korean translation (#14603)

This commit is contained in:
HoJeong Im
2024-11-05 11:31:40 +09:00
committed by GitHub
parent 25a04d0ea3
commit a975d6136e
5 changed files with 60 additions and 39 deletions

View File

@@ -5,8 +5,12 @@
- 경로에서 파일 이름만 표시:
`basename {{path/to/file}}`
`basename {{경로/대상/파일}}`
- 경로에서 가장 오른쪽 디렉터리 이름만 표시:
`basename {{경로/대상/디렉토리}}`
- 경로에서 접미사가 제거된 파일 이름만 표시:
`basename {{path/to/file}} {{suffix}}`
`basename {{경로/대상/파일}} {{접미사}}`