I have 2 exactly same formatted, same size and same brand SD-cards.
I would like to dd image to /dev/disk2 and to /dev/disk3 at the same time.
Pseudocode
sudo dd bs=1m if=/Users/masi/2016-05-10-raspbian-jessie.img of={/dev/disk2,/dev/disk3}
How can you dd from one input to many output SDs?
... of=one of=twodid not produce two outputs. May need twoddcommands. I don't see wording in posix for dd to allow for multipleof's. – Jeff Schaller May 20 '16 at 15:46