TotalNET Advanced Server 5.2 Reference Manual

m2u

This command converts all Macintosh carriage returns to UNIX linefeeds.

Location

TNHOME/usr/bin

Usage

m2u [-C][-u][-V][-v] filename...

Options

-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. 

Examples

  1. Use the following command to convert the files Fonts and Worklog in the current directory:


    m2u Fonts Worklog
  2. 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