mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-23 09:33:43 +00:00
3 lines
51 B
Awk
3 lines
51 B
Awk
|
{ s = s substr($1, 1, 3) " " }
|
||
|
END { print s }
|