tv14.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
       ---
       tv14.sh (219B)
       ---
            1 # vi commands
            2 echo    ":e $1"
            3 printf        "iabc"
            4 printf        "odef"
            5 printf        "oghi"
            6 printf        "1GA123"
            7 echo    'j.j.'
            8 echo    ":w"
            9 echo    ":q"
           10 
           11 # the expected output
           12 echo    "abc123" >&2
           13 echo    "def123" >&2
           14 echo    "ghi123" >&2