qse/ase/test/awk/t16.awk

2 lines
48 B
Awk
Raw Normal View History

2006-07-07 10:35:29 +00:00
{ $0=" "; /*print NF;*/ print "a" $0 "b"; }