>how do you see those spaces?
>i would like to check and have a look
See the original post, I explain what I did:
Basically, I wanted to bold the entire Q #365, but didn't want to type three single-quotes at the beginning, and end, of every line.
==So I copy/pasted it into a file and ran "sed s/^/\'\'\'/ q#365.txt | sed s/$/\'\'\'/ q#365-bold.txt" on it, then ran "gedit q#365-bold.txt" to copy/paste -and at that point,I noticed spaces before the "closing three quotes" on one line.==
Then after further exploration, found it on five more in that post.
So: had I not spent years developing automation skills, I might have just typed the single-quotes myself. (That said - I still may have noticed, if I hit End and then saw it was a space past the final character of that line; so it's not necessarily automation skills, more attention-to-detail?)
Thank you for asking!