TotalNET Advanced Server 5.2 Reference Manual

u2m

This command converts UNIX linefeeds to Macintosh carriage returns. You can name multiple files in one command, separate them with spaces.

Location

TNHOME/usr/bin

Usage

u2m [-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 

Write out the command as it executes, listing all affected files and directories. 

filename

Specify the relative or absolute path to the file. 

Examples

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


    u2m 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:


    u2m -Vv /usr/macvol/docs/*.doc