Files
2023-05-14 11:44:44 +00:00

7 lines
72 B
Plaintext

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