Google
 

Trailing-Edge - PDP-10 Archives - decuslib10-11 - 43,50537/tutsed.gno
There are no other files named tutsed.gno in the archive.
%NOCONTROLC
%sgnosis
%ALGOL begin EXTERNAL PROCEDURE CAI;
%INITIALIZE stopkc;
%TEXT
There are 5 lessons on running SED:

    1) Introduction to SED and writing a file with SED
    2) Parameters, moving through the file, inserting and deleting
    3) More on moving through the file, searches, copying and moving text
    4) Advanced SED editing
    5) Useful commands for special cases

%TEXT
It is not recommended that you take all 5 lessons in one sitting.
It would be best to practice the material learned in one lesson
before going on to the next.
However if you must take several lessons at a time, please limit
yourself to the first three; they are enough to give you a good
solid understanding of SED.
%TEXT
It will make things a lot easier for you, when you run the lessons
if you get a copy of "HLP:SED.HLP" or one of "TED:SEDM2A.KYS" (for
MIME-2A) and "TED:SEDV10.KYS" (for VT-100).
To print out these files, type the monitor command:

        PRI filespec

where "filespec" is the name of the file you are interested in.
%QUESTION
Which lesson do you want to take now?
(Answer 1, 2, 3, 4, 5, or NONE)
%EXTRA
%NEUTRAL NONE
%GOTO endoflesson;
%NEUTRAL none
%SAME
%NEUTRAL N
%SAME
%NEUTRAL n
%SAME
%NEUTRAL 1
%ALGOL cai("SED01");
%NEUTRAL 2
%ALGOL cai("SED02");
%NEUTRAL 3
%ALGOL cai("SED03");
%NEUTRAL 4
%ALGOL cai("SED04");
%NEUTRAL 5
%ALGOL cai("SED05");
%NEUTRAL
Please answer 1, 2, 3, 4, 5, or NONE.
%FINISH
%ALGOL end;
%END