4 lines
83 B
Plaintext
4 lines
83 B
Plaintext
NR >= 10 { exit }
|
|
END { if (NR < 10)
|
|
print FILENAME " has only " NR " lines" }
|