diff --git a/pages/linux/wodim.md b/pages/linux/wodim.md index 4098ebb800..daa410acf0 100644 --- a/pages/linux/wodim.md +++ b/pages/linux/wodim.md @@ -1,14 +1,13 @@ # wodim -> Command for record/burning data using a optical drive to CD or DVD. -> This command is also called cdrecord on some systems, but it is wodim underneath. -> Some usage of wodim can cause destructive actions, such as erasing all the data on a disc. +> Command (aliased as `cdrecord` on some systems) for recording data to CDs or DVDs. +> Some invocations of wodim can cause destructive actions, such as erasing all the data on a disc. -- Display optical drives available to wodim: +- Display optical drives available to `wodim`: `wodim --devices` -- Record pure CD-DA audio to a disc: +- Record ("burn") pure CD-DA audio to a disc: `wodim dev=/dev/{{optical_drive}} -audio {{track*.cdaudio}}`