TIL: How to replace keywords in a file name and content with Bash

from blog Just Some Code, | ↗ original
This post is part of my Advent of Code 2022. These days I needed to rename all occurrences of one keyword with another in source files and file names. In one of my client’s projects, I had to query one microservice to list a type of account to store it in an intermediate database. After a change in requirements, I had to query for another type of...