freebsd-dev/contrib/awk/test/fldchgnf.awk
1997-10-14 18:17:11 +00:00

2 lines
43 B
Awk

{ OFS = ":"; $2 = ""; print $0; print NF }