System Grab Bag

View all TLDR pages from Linux (or from all pages)

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.