Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dd-accepts-if « dd « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 03d1af853664470cac88d99e34cda86b0f9aeaf4 (plain)
1
2
echo I WANT >foo
test "$(busybox dd if=foo 2>/dev/null)" = "I WANT"