Update cheatsheets

This commit is contained in:
ivuorinen
2024-06-12 00:14:27 +00:00
parent 77fd881bac
commit 5cc33140be
14 changed files with 32 additions and 32 deletions

View File

@@ -15,12 +15,12 @@ source: https://github.com/tldr-pages/tldr.git
- Record ("burn") an audio-only disc:
`wodim dev=/dev/{{optical_drive}} -audio {{track*.cdaudio}}`
`wodim dev={{/dev/optical_drive}} -audio {{track*.cdaudio}}`
- Burn a file to a disc, ejecting the disc once done (some recorders require this):
`wodim -eject dev=/dev/{{optical_drive}} -data {{file.iso}}`
`wodim -eject dev={{/dev/optical_drive}} -data {{file.iso}}`
- Burn a file to the disc in an optical drive, potentially writing to multiple discs in succession:
`wodim -tao dev=/dev/{{optical_drive}} -data {{file.iso}}`
`wodim -tao dev={{/dev/optical_drive}} -data {{file.iso}}`