|
|
|
|
|
by rgoulter
1047 days ago
|
|
Apparently the original vi isn't POSIX compliant; nor is vim.
https://vimhelp.org/vi_diff.txt.html#posix I think "if the script worked before, I want it to work later" has much more practical weight. Though, on the other side of practicality, I've heard sed, awk, and perl suggested for manipulating text in bash scripts far more than I've heard of vi recommended for the task. |
|