NetBSD/bin/ed/test/a.ed

15 lines
99 B
Plaintext
Raw Normal View History

#!/bin/sh -
../ed - <<\EOT
r \a.d
0a
hello world
.
2a
hello world!
.
$a
hello world!!
.
w \a.o
EOT