How to reproduce on Linux:
- Download all pages by running
tldr -u
- Go to
~/.cache/tldr/pages/linux/ dir
- Create a test file:
cp cp.md zzzzz.md
- Running
tldr zzzzz now shows the copied cp page
- Run
tldr -u again
- See that the file
zzzzz.md is still present.