Compress multiple gzip files

Good afternoon friends.

I wanted to make a query, how to compress several files and leave them all in 1, for example

flat text files:

filename_1.csv
filename_2.csv
filename_3.csv

expected result

filename_end.gzip = (filename_1.csv
filename_2.csv
filename_3.csv)

please

This is the third time you have asked this and you have been steered in the right direction - twice:

https://www.unix.com/unix-for-beginners-questions-and-answers/282031-csv-gzip.html\#post303035464

AND HERE:

https://www.unix.com/unix-for-beginners-questions-and-answers/282018-gzip-multiple.html\#post303035370
This one is the current working thread, take note!

1 Like
Moderator comments were removed during original forum migration.