1echo I WANT >foo
2test "$(busybox dd if=foo 2>/dev/null)" = "I WANT"
3