qse/ase/cmd/awk/t19.awk

5 lines
74 B
Awk
Raw Normal View History

//BEGIN { nlines="-0.345"; }
{ nlines++; }
END { print nlines; }