busybox/testsuite/dd/dd-prints-count-to-standard-error
<<
>>
Prefs
   1echo I WANT | busybox dd of=foo >/dev/null 2>bar
   2grep -q records bar
   3