coreutils
coreutils copied to clipboard
dd: error message on empty arg does not match GNU
The error message printed when dd is given an argument of, for example, bs= does not match that of GNU dd and is less clear anyway.
GNU dd:
$ dd bs=
dd: invalid number: ‘’
uutils dd:
$ ./target/release/dd bs=
./target/release/dd: Unrecognized byte multiplier ->