3 lines
43 B
Plaintext
3 lines
43 B
Plaintext
|
BEGIN {FS=":" ; OFS=":"}
|
||
|
{print NF " ",$0}
|