> % echo dma on | tee /dev/sdC0/ctl > /dev/sdD0/ctl i'm sure i'm being stupid here, but why is that better (or different) than:
% echo dma on > /dev/sdD0/ctl % echo dma on > /dev/sdC0/ctl ?
> % echo dma on | tee /dev/sdC0/ctl > /dev/sdD0/ctl i'm sure i'm being stupid here, but why is that better (or different) than:
% echo dma on > /dev/sdD0/ctl % echo dma on > /dev/sdC0/ctl ?