te01.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
---
te01.sh (131B)
---
1 # vi commands
2 echo ":i"
3 echo "abc def"
4 echo "."
5 echo ":w $1"
6 echo ":q"
7
8 # the expected output
9 echo "abc def" >&2