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 ...
On the other hand, if you are creating a binary file from scratch, the t2b program has some advantages, too. I decided to write a few test scripts using bash to show how it all works. These aren ...