unplugged-vendor/external/one-true-awk/testdir/t.beginexit

7 lines
63 B
Plaintext
Raw Normal View History

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