Here are some commands I've recently found useful
Copied a group of files in sub directories and renamed them in the same directory. The time spent researching this was significantly less than the time it would have taken to manually copy over the 22 files.
find {@remirror,packages,examples} -iname "tsconfig.prod.json" -execdir cp '{}' tsconfig.lint.json \;