I am trying to see the status of the dd command with this option "status=progress" but it says that it's an invalid status flag.
dd if=example.img of=/dev/sdb bs=512 conv=noerror,sync status=progress
Here is their commit from 2014 and I do have the latest version of coreutils in Debian Jessie. Thanks.