2 lines
69 B
Text
2 lines
69 B
Text
echo I WANT | busybox dd of=foo >/dev/null 2>bar
|
|
grep -q records bar
|
echo I WANT | busybox dd of=foo >/dev/null 2>bar
|
|
grep -q records bar
|