tv20.sh - neatvi - [fork] simple vi-type editor with UTF-8 support
(HTM) git clone git://src.adamsgaard.dk/neatvi
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
tv20.sh (168B)
---
1 # vi commands
2 echo ":e $1"
3 echo "iaa"
4 echo "oab"
5 echo "obb"
6 echo ":g/a/.g/b/d"
7 echo ":wq"
8
9 # the expected output
10 echo "aa" >&2
11 echo "bb" >&2