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