Good day, I have a directory with 12 files. I would like to create 4 separate zip files with 3 files in each. The hitch is I would like to dynamically name the zip file based on the file names. (All 3 for each zip start off the same)
ie.
IT-12123.txt
IT-12123.pdf
IT-12123.xls
IT-23232.txt
IT-23232.pdf
IT-23232.xls
I would like to create IT-23232.zip (with all of those files in that zip) also a zip called IT-12123.zip (with all of those files in that zip)
Thank you