I have a list of files as follow:
a1.txt
a2.txt
b1.txt
b2.txt
c1.txt
c2.txt
...
z1.txt
z2.txt
I wonder how could I write command to merge the first two files a1.txt + a2.txt and output as a.zip and similarly, b1.txt + b2.txt to output b.zip, c1.txt + c2.txt to output c.zip, etc.
Thanks for your kind help!