.csv ---> gzip

Hello friends

I have a problem

I have 3 .csv files and I need to leave all tablets in one .gzip
but this command does not work for me

gzip filename1.csv filename1.csv filename1.csv final.gz

gzip will not do this. Ever. It is not zip. It is not a container that holds multiple files.

You can make a tar file, perhaps, which would contain all three files, and gzip the tar file. You've been told how to do this in your other thread.

Duplicate thread closed.

1 Like