I would like to append the pipe character to the end of every line in some
print files to be imported into an Informix table.
I have tried the following and just don't understand how to quote for a new
line.
sed s/\/n/\/n\|/g infile>outfile
Thanks
Gary Quiring