Report:  De-Character Mode
Option:  -D
Option Parameters: 
-Dt  Remove tabs and replace with the specified
     number of spaces in the rsm.cfg file.
-Dd  Create DOS formatted text files by appending
     a carriage return to each line.
-Du  Create UNIX formatted files by removing any 
          carriage returns.
Compatible Options: F, r, R
Usage:
rsm -Dt *.h *.cpp > report.htm
rsm -Du *.h *.cpp > report.htm
rsm -Dd *.h *.cpp > report.h tm
Source:  C, C++ and Java
De-character source code to remove tabs, and convert source code from DOS to UNIX and UNIX to DOS format. This option operates in a standalone mode and modifies the original source. You must have the
source code to be modified checked out with write permissions.
  File: cell.h
  Date: Sat Jun 24 21:10:48 2000                      File Size: 829 Bytes
  ________________________________________________________________________

  Removing Tabs '\t' from file
  Complete - Lines = 41, Tabs Replaced = 0

  File: game.h
  Date: Sat Jun 24 21:10:48 2000                      File Size: 400 Bytes
  ________________________________________________________________________

  Removing Tabs '\t' from file
  Complete - Lines = 31, Tabs Replaced = 0