Tag Archives: bash

Tool tips: Find

The find utility is so useful for automation that it deserves a special mention on its own. I will not attempt to cover all of its features, only the ones that I use on a daily basis. I typically use find for two purposes: To create a list of files matching some search terms. To [...]

Posted in Scripting, Tools | Also tagged , , , , | Leave a comment