Edit User's Guide and Reference Manual
IMAGE Command
EDIT Command Summary
4–68 058061 Tandem Computers Incorporated
IMAGE Command The IMAGE command replaces a portion of a line of text (line segment)
with new text. You reference the line segment that you want to replace by
specifying the character strings that surround it.
What to Enter
[ QUIET ]
IMAGE [ WORD ] {"[lstring]"[newstring]"[rstring]" }
[ BOTH ] {END "[lstring]"[newstring]" }
[ ALL ]
[ { string-range-list }
[ RANGE string-range-list ] ... ]
QUIET
tells the EDIT program not to list lines as they are changed. If you omit
QUIET, the EDIT program lists each line as it is changed.
WORD
tells the EDIT program to search for lstring and rstring as words.
(A word is an alphanumeric character string that is preceded and
followed by a space or any character other than a number or a letter.)
BOTH
tells the EDIT program to search for both uppercase and lowercase
occurrences of lstring and rstring. If you omit BOTH, the EDIT
program only searches for lstring and rstring that exactly match
what you type.