From 8f585031ea2aac6494c3177e62c0fa1dadb17fe6 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 30 Nov 2024 22:27:06 +0200 Subject: [PATCH] readcd: add page (#15005) Co-authored-by: Wiktor Perskawiec --- pages/linux/readcd.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/linux/readcd.md diff --git a/pages/linux/readcd.md b/pages/linux/readcd.md new file mode 100644 index 000000000..f65b43756 --- /dev/null +++ b/pages/linux/readcd.md @@ -0,0 +1,8 @@ +# readcd + +> Read or write Compact Disc media data. +> More information: . + +- Read a cd and copy it to a file: + +`readcd dev={{/dev/srX}} f={{path/to/file.iso}}`