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 ...
My Downloads folder has become the Wild West. I have dozens (okay, hundreds) of different files that accumulate on a monthly basis. These include heaps of generically named screenshots, random PDF ...
A handful of useful productivity tools wrapped up in a simple shell script.
I only want to keep the newest, say, 4 of each of the files. I can't write a script that just deletes anything older than a certain time from when it runs, as the files don't have consistent ...