mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-08-13 23:25:39 +00:00
4 lines
45 B
Awk
4 lines
45 B
Awk
{ for (i = 1; i <= NF; i++)
|
|
print $i
|
|
}
|