Main index | Section 1 | Options |
bsdcat example.txt.gz > example.txt
To decompress standard input in a pipe:
cat example.txt.gz | bsdcat > example.txt
Both examples achieve the same results - a decompressed file by redirecting output.
BSDCAT (1) | March 1, 2014 |
Main index | Section 1 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.