commands.sh

cdparanoia

all

Extract audio tracks from CDs.

More info →

Options (2)

-B, --batchboolean

Extract all tracks and write them into separate WAV files named `track#.wav`

Example: cdparanoia {{[-B|--batch]}}
-Q, --queryboolean

Print the CD's table of contents to the terminal

Example: cdparanoia {{[-Q|--query]}}

Examples (4)

Extract all tracks and write them into separate WAV files named `track#.wav`

cdparanoia [-B|--batch]

Print the CD's table of contents to the terminal

cdparanoia [-Q|--query]

Extract tracks 2 to 5 and write them into a single WAV file

Extract track 3 and write it into a file called `path/to/file.wav`

cdparanoia 3 'path/to/file.wav'
made by @shridhargupta | data from tldr-pages