tv03.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
---
tv03.sh (145B)
---
1 # vi commands
2 echo ":e $1"
3 printf "iabc def"
4 printf "0dB"
5 printf "d0"
6 echo ":w"
7 echo ":q"
8
9 # the expected output
10 echo "abc def" >&2