You need to package up a bunch of files, send them somewhere, and do something with them at the destination. It isn’t an uncommon scenario. The obvious answer is to create an archive — a zip or tar ...
I'm passing a file to my script and then I need to get into a for loop until all the lines are read and manipulated, but what was the simple syntax for reading each line of the inputed file? (assuming ...