Jul 13, 2018 bash batch command directory Execute a Command in Every Directory with Bash TL;DR: Use a find-based loop The other day I was wondering how to execute a command in each sub-directory of a project. In python,
Mar 13, 2017 batch delete dependent oracle plsql sql tables Delete Dependent Entries of a Table in Oracle PL/SQL The other day I had a task to clean up a database which was populated with a list of records. Unfortunately, my main table is
Jun 8, 2016 batch colour command fill imagemagick pil replace Replace a colour in an image with imagemagick I had to change the colour of some monochrome icons for a personal project, from black to something else (i.e. not black). I'
Mar 5, 2016 batch example pl/pgsql postgres script xml xpath Use XPath in PL/PGSQL for Batch Processing A while ago I had to process XML loaded in a PostgreSQL database. The task was to extract references from a publication structure. Fortunately, PostgreSQL