Problem : When I issue the following command: gunzip -c /disk1/hadoop/gunzip_tmp/in/part-00006.gz>>/disk1/hadoop/gunzip_tmp/outfile.000 I get the following stderr: gunzip: /disk1/hadoop/gunzip_tmp/in/part-00006.gz>>/disk1/hadoop/gunzip_tmp/outfile.000.gz: No such […]
Tag: gunzip
How do you gunzip a file and keep the .gz file?
Problem : The default behavior of gunzip is to delete the .gz file after it decompresses. How do I prevent […]
Gunzip directory of files and pipe output Linux
Problem : I’d like to gunzip a directory full of compressed files and pipe the output (preserving the original files) […]