tv1e.sh - neatvi - [fork] simple vi-type editor with UTF-8 support
HTML git clone git://src.adamsgaard.dk/neatvi
DIR Log
DIR Files
DIR Refs
DIR README
---
tv1e.sh (181B)
---
1 # vi commands
2 echo ":e $1"
3 echo "iabc"
4 echo "odef"
5 echo "oghi"
6 printf "1G"
7 echo ":/ghi/d"
8 echo ":wq"
9
10 # the expected output
11 echo "abc" >&2
12 echo "def" >&2