1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 01:35:25 +02:00

wodim: shorten main desc; clarify "burn" vs record

This commit is contained in:
Waldir Pimenta 2017-09-03 20:37:14 -01:00 committed by Agniva De Sarker
parent b924e34501
commit 1f06f4571c

View file

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