I have an ebcdic file that I need to add crlf to each line. Is there a way to issue a translate to do this? I tried: tr '\n' '\r\n' < input.dat > output.dat
It took each line and added the hex value of x'0D' but I need it to add x'0D0A'. Is there a way to have it add both characters? Thanks, Vickie Cooper Vickie Cooper OS/390 Web Services & FOCUS/EDA Technical Support Phone: (425) 957-5502 Email: [EMAIL PROTECTED]
