zcat and zx
at 2018-02-28 00:08:00.
if you what to write image files on a usb or cd you can use several tools:
if the format of your file was .img.gz you can do
zcat myfile.img.gz > /dev/sdX
or .img.xz
xz -dkc myfile.img.xz > /dev/sdX
if you what to write image files on a usb or cd you can use several tools:
if the format of your file was .img.gz you can do
zcat myfile.img.gz > /dev/sdX
or .img.xz
xz -dkc myfile.img.xz > /dev/sdX