2
I have an account on AWS and I use S3 for storing data. I have commands that will enable me to zip data files like so:
data.zip s3_dir/level-1/level-2/*/*/data.txt
But there are, say, 50 or more levels. I want to zip all the data.txt files together from all levels. I'm not as sharp on my Bash as I could be so any help would be much appreciated.
does it have to be a zip file? Can you use gzip instead? It's not the same format, but I know it can be recursive with the -r option...
– beatgammit – 2011-04-18T22:36:09.983