awk/testdir/t.beginnext

7 lines
72 B
Plaintext

BEGIN {
while (getline && n++ < 10)
print
print "tenth"
}
{ print }