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: RSM Option Cross Reference |
Usage: rsm -Dt -O report.htm *.h *.cpp rsm -Du -O report.htm *.h *.cpp rsm -Dd -O report.htm *.h *.cpp |
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 stand alone mode and modifies the original source. The source code targeted for this option must have 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 |