Linux: Creating iso image from disk using one line bash command

PHOTO EMBED

Sun Aug 28 2022 01:56:21 GMT+0000 (Coordinated Universal Time)

Saved by @marcopinero #bash

$> dd if=/dev/sr0 of=<iso file path/name>.iso
content_copyCOPY

Very simple script useful to burn iso image to disk from Linux. Tested in Ubuntu.