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

gunzip-reads-from-standard-input « gunzip « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c498c0ce81d92d1630cbde411072cd3611fc562 (plain)
1
2
echo foo | gzip | busybox gunzip > output
echo foo | cmp - output