8.6.11.
Convert a text file from DOS to Unix style
Up one level
-
Convert a DOS text file (end-of-line = ^M^J) to a Unix text file (end-of-line = ^J).
# apt-get install sysutils
$ dos2unix dosfile

