tv18.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
---
tv18.sh (148B)
---
1 # vi commands
2 echo ":e $1"
3 echo "iabc"
4 echo "o"
5 echo "Adef"
6 echo ":wq"
7
8 # the expected output
9 echo "abc" >&2
10 echo "def" >&2