tcl.ed
Invokes line editor.
Syntax
ed file.reference itemlist* {(options)}
Description
invokes the line editor for entry or update of any item in the system (i.e. Pick/BASIC programs, PROCs, data items, etc.).
The line editor in Advanced Pick is fully compatible with all previous versions of Pick. It has largely been replaced with the Update processor, a full-screen editor with extended functionality.
Options
a Activates the assembly formatter. Equivalent to the 'as' editor command.
d Allows editing a 'd-pointer'.
m Activates the macro expansion function. Equivalent to the 'm' editor command.
p Directs the output to the system printer, via the Spooler.
s Suppresses the display of line numbers, in normal edit mode, or suppresses object code display when the assembly formatter is 'on'. Equivalent to the 's' editor command.
z Suppresses the 'top' and eoi' messages.
Example
ed dm,bp, term-type
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
