Use this command to correct the end of line characters for display in evolvEd and other text editors.
Some documents generated from UNIX based systems (and some other systems) do not terminate each line with a carriage return and linefeed. evolvEd requires all lines to be terminated with a carriage return and linefeed character.
This command searches the file for all carriage return and linefeed characters. If a carriage return character is found without an accompanying linefeed character, a linefeed character is added. If a linefeed character is found without a preceding carriage return character a carriage return character is inserted. If a linefeed is found preceding a carriage return the characters are reversed.