te09.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
---
te09.sh (172B)
---
1 # vi commands
2 echo "e $1"
3 echo "a"
4 echo "abc"
5 echo "def"
6 echo "ghi"
7 echo "."
8 echo "%g/def/-1,/ghi/d"
9 echo "wq"
10
11 # the expected output
12 printf "" >&2