This command converts all Macintosh carriage returns to UNIX linefeeds.
TNHOME/usr/bin
m2u [-C][-u][-V][-v] filename...
-C |
Display the program copyright message and execute the command. |
-u |
Display the program usage message only. |
-V |
Display the program version number and execute the command. |
-v |
Execute the command in verbose mode, listing all affected files or directories. |
filename |
Specify the relative or absolute path to the file requiring conversion. |
Use the following command to convert the files Fonts and Worklog in the current directory:
m2u Fonts Worklog |
Use the following command to convert all files ending in .doc in the directory /usr/macvol/docs, display the program version number, and execute in verbose mode:
m2u -Vv /usr/macvol/docs/*.doc |