[
address
]
&
[
options
] [
count
]
Repeat the previous substitution (
s
) command.
count
specifies the number of lines on which to substitute,
starting with
address
.
:s/Overdue/Paid/
Substitute once on current line
:g/Status/&
Redo substitution on all "Status" lines