mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-12 15:47:47 +00:00
Update cheatsheets
This commit is contained in:
21
linux/bchunk
Normal file
21
linux/bchunk
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user