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 ...
A recent post about debugging constructs surprised me. There were quite a few comments about how you didn’t need a debugger, as long as you had printf. For that matter, we’ve all debugged systems ...
I would like to setup a script to monitor certain directories and have an email sent when a new file is uploaded. Does anybody have any suggestions on where to start? Is this even possible with a ...