Vim uses magic for Regex patterns by default. Therefore, we need to escape the ‘+‘ character to give it special meaning: match the pattern one or more times. Vim supports automatically executing some Ex commands after reading the file: vim "+ExCommand" "+ExCommand" "+ExCommand" .. fil...
Unfortunately, this doesn't work on IOS Shell (only for the leftmost column). I suspect, it should be some RegEx, but wasn't able to make it work. Thomas 0 Helpful Reply Elliot Dierksen VIP 03-26-2021 03:08 AM Is awk available? cut expects single character ...