UNIX shell SCRIPTING - 20/10/2023 14:04 EDT
Budget: ₹750 – ₹1,250 INR
lets assume there is 2 years data which was divided into zip files.each zip file contains 6 months of data
--My unix shell script should unzip those zip files from particular folder , append the content into a single file and place it into target folder.
here number of zip files should at run time .
In Brief :
The script should take variable number of zip file arguments ,extracts them to a temporary directory,
concatentes the content into a output file and then cleans up the temporary directory
--My unix shell script should unzip those zip files from particular folder , append the content into a single file and place it into target folder.
here number of zip files should at run time .
In Brief :
The script should take variable number of zip file arguments ,extracts them to a temporary directory,
concatentes the content into a output file and then cleans up the temporary directory