qse/ase/test/awk/t16.awk

2 lines
57 B
Awk
Raw Normal View History

{ /*$0=" "; */ print NF; print "a" $0 "b"; x = $1; }