``` $ echo 1 | uu-cp /dev/stdin /dev/full cp: '/dev/stdin' -> '/dev/full': other error $ echo 1 | gnu-cp /dev/stdin /dev/full cp: error writing '/dev/full': No space left on device ``` while `uu-cp /etc/pacman.conf /dev/full` has convenient message.