Author:  Mike Atkinson Software
Release Notes
Download
Contributors

Previous Page

Software::Line Number Tool

Next Page

LineNumberTool

This is an extension of the pretty printer. It adds a line number at the beginning of each line. Unlike the last program, it does not overwrite the original file. Multiple files can be concatenated, each starts on it's own page. This program has been very useful in preparing for code reviews.

Syntax

Description

java LineNumberTool -out outfile (file)*
Loads one or more files. Pretty prints them, appends the line number to the beginning of the line, inserts a FF character between files, and outputs the results to outfile.

Previous Page

Last Modified: October 7, 2003

Previous Page