PS TEXT EDIT Reference Manual

RENUMBER
TEDIT Commands
058059 Tandem Computers Incorporated 3–151
RENUMBER RENUMBER renumbers the line numbers in your file. For example:
Before After
1.01 1
1.02 2
23
5.300 4
What to Enter
{ RENUMBER | REN }
line-range
,
line
, [
increment
]
, [
audit
]
line-range
is the range of lines you want renumbered
line
is the first number of the new line sequence
increment
is the numeric interval between successive line numbers
audit
saves a copy of the old line numbers. This gives TEDIT a record of the
line numbers so TEDIT can reverse the renumbering with the UNDO
command.
Examples:
1. To renumber all lines in your file starting at line 1 and incrementing by
1 (with audit off), enter:
Command: RENUMBER ALL, 1, 1, NO