1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 03:15:23 +02:00

cdrdao: add page (#15010)

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
Managor 2024-12-01 23:16:54 +02:00 committed by GitHub
parent 86cc4d90cd
commit 8ad9062dc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
pages/linux/cdrdao.md Normal file
View file

@ -0,0 +1,8 @@
# cdrdao
> Read and write CDs in disc-at-once mode.
> More information: <https://manned.org/man/cdrdao>.
- Read a CD and write its contents to a file:
`cdrdao read-cd --device {{/dev/cdrom}} --read-raw {{image.toc}}`