Question
grep query to find full stop followed by 1 space
Hello
Could someone help me with grep queries please?
I want to find all full stops with a single space after it, and then replace it with a full stop and 2 spaces.
I want to find all full stops with 3 spaces after it, and then replace it with a full stop and 2 spaces.
Many thanks