mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-22 14:30:29 +00:00
3 lines
38 B
Awk
3 lines
38 B
Awk
|
{ nf = nf + NF }
|
||
|
END { print nf }
|