Text conversion between Unix and MS-DOS line endings.
Text conversion between Unix and MS-DOS line endings. A little tool for cleaning up files transferred from MS-DOS; it can strip CRs, remove trailing ^Z characters, etc. With an option, it will put in CRs for files that need to go in the other direction. It can also strip meta bits, in case your file was a WordStar document. Finally, it can do appropriate filename mapping. The WordStar translation features are probably completely obsolete now, but the other features may still be useful.
Text conversion between Unix and MS-DOS line endings. A little tool for cleaning up files transferred from MS-DOS; it can strip CRs, remove trailing ^Z characters, etc. With an option, it will put in CRs for files that need to go in the other direction. It can also strip meta bits, in case your file was a WordStar document. Finally, it can do appropriate filename mapping. The WordStar translation features are probably completely obsolete now, but the other features may still be useful.
To install mstrans, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mstrans
To see what files were installed by mstrans, run:
port contents mstrans
To later upgrade mstrans, run:
sudo port selfupdate && sudo port upgrade mstrans
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.