in reply to Re^2: file alteration
in thread file alteration

No idea what all those backslashes are doing in there.

$ cat file x <tr> </tr> y <tr> </tr> z $ perl -00pi.~ -e 's/<tr>\n<\/tr>\n//g' file $ cat file x y z