awk/testdir/p.41

4 lines
83 B
Plaintext
Raw Normal View History

2019-06-23 09:13:57 +00:00
NR >= 10 { exit }
END { if (NR < 10)
print FILENAME " has only " NR " lines" }