Hi,
I have few files that are being generated randomly. there names are
- File 1
- File 2
- File 3
- File 4
- File 5
- File 6
I want to write some script, which get all the files from the directory with such name formate and make zip file (1 zip for each file) and the name of the zip file should be like
Code:
file - <date on which it was created>.tar.gz
I have good knowledge of programming. but i dun have any idea to write script on linux. so instead of going through all that basic stuff, i want to focus on this particular problem - so that i may finish it earlier.