2 lines
57 B
Awk
2 lines
57 B
Awk
|
{ /*$0=" "; */ print NF; print "a" $0 "b"; x = $1; }
|
|
{ /*$0=" "; */ print NF; print "a" $0 "b"; x = $1; }
|