Hi everybody, I would like to make this cool command of to zip some file. Let's say I have a folder containing a.txt, a.zip, b.txt, b.zip, etc... I would like to add the text file to the zip file with the right name, exemple: a.txt in a.zip; b.txt in b.zip; c.txt in c.zip; etc... I've tried grep function but with no succes. Right now, I do it manually, like: zip a a.txt zip b b.txt zip c c.txt etc... Anybody could help me? TIA.
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
