It amazing me the number of options that exist in most unix commands. Here’s my nugget for the day: Not only is regex built into find (obviously), but you can run a command on every file that find…uh, finds.
For example, you have many folders in /web/ with log files of the form *.log.#. You want…