7 lines
63 B
Plaintext
7 lines
63 B
Plaintext
BEGIN {
|
|
while (getline && n++ < 10)
|
|
print
|
|
exit
|
|
}
|
|
{ print }
|