Some programs produce output with double carriage returns before the newlines. When sent to the screen the output appears normal, but some programs interpret the extra CR as another blank line and double-spaces lines. This simple REXX script takes a file and strips the extra CR characters.
Add new comment