Removing carriage returns from a text file
From MyWiki
Remove carriage returns using Scanner and reading the file byte by byte (which works)
Remove carriage returns using Scanner and reading the file byte by byte (which works)