wildcards
Not a disaster, but I'm wondering whether there's a work-around for a mild inconvenience … when I'm blatting my way through text files with vi I ruthlessly suppress spaces at the end of a line with s/{space}$//
Thoughtfully, vi then deletes the space but leaves the EOL where it was.
The equivalent in FM deletes the space and the EOL, effectively adding an unwanted join function.
Any ideas? I've already tried s/{space}$/{char}/ in case this might support a two-step approach where I then delete all occurrences of {char}. It doesn't :-{
N
