7 Sep
2020
7 Sep
'20
18:45
Quoting Carlos E. R. <robin.listas@telefonica.net>:
Hi,
I have this line to image a disk partition and compress it:
dd if=/dev/nvme0n1p2 status=progress bs=16M | pigz > nvme0n1p2.gz
How could I insert in the pipe the md5 calculation of the non-compressed stream, stored to a file? Is it possible?
I can't see any way besides an additional line/command: dd if=/dev/nvme0n1p2 | md5sum > nvm20n1p2.md5 Jeffrey -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org