mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
bchunk: add page (#10386)
* bchunk: add page * bchunk: fix error * bchunk: fix mistakes * bchunk: apply suggestions Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * bchunk: apply suggestion Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
d768c7e33b
commit
fd32e0de3a
1 changed files with 16 additions and 0 deletions
16
pages/linux/bchunk.md
Normal file
16
pages/linux/bchunk.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# bchunk
|
||||
|
||||
> Convert CD images to a set of `.iso` and `.cdr` tracks.
|
||||
> More information: <http://he.fi/bchunk>.
|
||||
|
||||
- Convert binary CD into a standard iso9960 image file:
|
||||
|
||||
`bchunk {{path/to/image.bin}} {{path/to/image.cue}} {{path/to/output}}`
|
||||
|
||||
- Convert with verbose mode:
|
||||
|
||||
`bchunk -v {{path/to/image.bin}} {{path/to/image.cue}} {{path/to/output}}`
|
||||
|
||||
- Output audio files in WAV format:
|
||||
|
||||
`bchunk -w {{path/to/image.bin}} {{path/to/image.cue}} {{path/to/output}}`
|
Loading…
Add table
Reference in a new issue