awk/testdir/p.41

4 lines
83 B
Plaintext
Raw Normal View History

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