linux/b*: add Korean translation (#14681)

This commit is contained in:
코드싸이
2024-11-08 15:53:25 +09:00
committed by GitHub
parent 53b2ce7e7f
commit 781a19fc2e
39 changed files with 909 additions and 0 deletions

16
pages.ko/linux/bchunk.md Normal file
View File

@@ -0,0 +1,16 @@
# bchunk
> CD 이미지를 `.iso` 및 `.cdr` 트랙 세트로 변환.
> 더 많은 정보: <http://he.fi/bchunk>.
- 바이너리 CD를 표준 iso9960 이미지 파일로 변환:
`bchunk {{경로/대상/이미지.bin}} {{경로/대상/이미지.cue}} {{경로/대상/출력}}`
- 자세히 보기 모드로 변환:
`bchunk -v {{경로/대상/이미지.bin}} {{경로/대상/이미지.cue}} {{경로/대상/출력}}`
- 오디오 파일을 WAV 형식으로 출력:
`bchunk -w {{경로/대상/이미지.bin}} {{경로/대상/이미지.cue}} {{경로/대상/출력}}`