Report: Read File Processing Options |
Option: -R |
Option Parameters: -Rd No Descent from the directory specified in the -R option -RL List files to be processed -RN No file name sort |
Require Option: -r or -F or Direct File Input |
Compatible Options: A, a, b, c, D, d, E, e, F, f, F, H, i, k, l, m, n, N, O, o, p, r, s, T, v, w, W, x |
Usage: rsm -f -o -c -Rd -r h,cpp "c:\Program Files\project" rsm -H -RL -r h,cpp . > report.htm rsm -H -RN -F filelist.txt |
Source: C, C++ and Java |
RSM processes files from 1 of four modes: 1. Direct Files rsm -f -o /proj/src/file 2. Wild Cards rsm -f -o /proj/src/*.cpp 3. Recursive descent of a directory tree rsm -f -o -r h,cpp /proj/src 4. Reading from a list of files or directories rsm -f -o -F /proj/filelist.lst The following options modify the way RSM processes the files to be analyzed. -RL Generates a list of all files which will be processed in RSM operation. This list may be cut from the report to provide a project file inventory or used at a stating point for creating a file list to process. This option exits upon listing the files. -RN No sorting of the file names found by the file read mode. Normally, RSM sorts files alphabetically, but this option will process files in the order they were found in the directory tree. -Rd This mode turn off recursive decent for a directory. This option does not apply to the recursive flag in the file list. See the file list section for more information. |
Sorted By File Name Files Processed: 2 C:\rolodex\Contact.java C:\rolodex\Rolodex.java |