Hi,
I have a need to replace a FF character (Form Feed) in a printer spool file with a CRLF (Carriage Return & Line Feed).
I previously replaced the FF character with a blank character using the TR command (e.g: tr '\014' ' '), but I now need to insert a blank line too.
Can anybody help please?
I have a need to replace a FF character (Form Feed) in a printer spool file with a CRLF (Carriage Return & Line Feed).
I previously replaced the FF character with a blank character using the TR command (e.g: tr '\014' ' '), but I now need to insert a blank line too.
Can anybody help please?