mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-08-13 23:25:39 +00:00
3 lines
38 B
Awk
3 lines
38 B
Awk
{ nf = nf + NF }
|
|
END { print nf }
|