Comment 🐧

#linux

In a terminal shell, if you want to do a recursive operation on dotfiles only, don't do `.*` -- do `.[^.]*` for example, and test with a non-destructive command like `echo` beforehand. Reason: `.*` includes `..`