I need to add a line to a script that will strip out the ^L that seems to prefix some of the lines of a report. I tried tr -d '\014'.... command.... but it removes the entire line. The one with the \015 worked great for the ^M. Any ideas?
Thanks in advance,
Debi
Thanks in advance,
Debi