4 lines
53 B
Awk
Raw Normal View History

{ print $0; }
//{ gsub ("abc", "&&&&"); print $0; }