Good morning everyone!

I just had a question on how to go about the age-old problem of having files created on a unix-like system (Linux, Mac etc.) that need to be shared with a Windows machine. Specifically, some tiles of the e-books and manga have “?” and “:” in the (and possibly some other reserved characters). Sadly, Syncthing has no solution for this and just creates an error on the Windows machine where my e-book library is shared.

What is an easy, semi-automatic solution for renaming files to allow portability between operating systems? Ideally I would like to create a shell script that I can just run on a folder that will recursively descend through the directory structure.

Thank you in advance :)