!TITLE VIEWing a File ! ! ! ! The little message '...more' at the bottom means that ! there is more in this section! ! ! You get to the next page by pressing the 'return' key. ! ! (You always have to press the 'return' key to make VIEW ! do something) ! !PAGE ! When VIEW displays a continuation page, like this one, it ! puts the continuation number (in this case 2) in the top ! right hand corner. ! ! ! You can go to continuation page n in a section by typing ! /n ! ! / by itself takes you to the last page of the section ! ! ! As an example, type /3 and then press the 'return' key ! to get to the next page in this section !PAGE ! ! ! ! ! You can go straight to continuation page n in a section by typing ! /n after the section number. ! ! ! ! For example, type 1/4 to get to the next page. !PAGE ! ! ! Sometimes it is more convenient to refer to a section ! by its name rather than its number. You can do this by ! typing its name or, even, just part of its name. ! The note below says how this is done more precisely. ! ! ! For example, type VIEWING/5 and press the 'return' ! key to get to the next page. ! ! !Note: !VIEW scans the full contents looking first for an exact match. !If there is more than one, it replies 'non-unique'. If there is only !one exact match, it displays that section. If there are no exact !matches, it scans the full contents again looking for a matching !substring. If there is more than one, it displays a list of all those !found. If there is only one, it displays that section. Otherwise, it !replies 'no match found'. ! ! ! ! When VIEW displays a section, it first displays the preface ! and then gives the names of the subsections at the next level. ! ! You can get a list of these names, and of the names of all ! the sub-subsections etc by typing C ! ! ! If you do this now, you will have to type 1/5 to get back ! here. !PAGE ! If you wish to look at subsection n of the current section, ! it is sufficient to type in .n ! ! ! Thus if you are looking at 2.1 and you type in .1, you will go ! to 2.1.1 ! ! ! For example, type .1 to look at subsection 1.1 !PAGE ! ! To exit from VIEW, type ! Q (or QUIT, E, END or STOP) ! ! When you have found your way around section 1, do ! have a look at the following. ! ! ! eg F ! or F eg F<.LP> ! ! All the text of the current section and any sub-sections is ! output. However, if you are VIEWing the 'contents' of a section, ! a list of contents is output rather than the text. ! ! The may be that of an ordinary file or a member of ! (a member of) a PD file. ! ! An existing file will be overwritten only if you write ! F ! ! You can use F<.OUT> to output a section to your terminal, ! a convenient way to get a copy of a short section. !PAGE ! The F command outputs the material without any regard to how it ! appears on the screen. If you wish to preserve the screen ! format, use the command ! ! X ! ! This lists each screenful in the current section and any ! subsections to the specified file. Each screenful consists of: ! ! - a marker: !section number/frame number ! - the section name and number ! - a row of minus signs ! - 20 lines of information ! ! If you are VIEWing the 'contents' of a section, a list of ! contents is output. In this case the marker is ! ! !Csection number/frame number !> ! ! ! ! ! ! ! The conventions for mask are the same as those for the FILES ! command, namely: ! ABC selects key ABC ! ABC* selects keys starting with ABC ! *ABC selects keys ending with ABC ! *ABC* selects keys containing ABC ! If only a single section is found or, if only one section is ! found whose name is exactly equal to the mask, that section is ! displayed. Otherwise, up to 18 references are displayed ! numbered 1, 2, 3... To view one of these references it is ! sufficient to type in its number. To return to the 'basefile' ! after viewing a reference, R is used in the usual way. !PAGE ! After a successful search, the resulting action (display a ! single section or give list) can be invoked again by giving ! the command K with no parameter. ! ! The search can be made more specific by giving additional masks ! separated by & eg ! ! K ! ! The search can be extended to all the subsidiary files by ! terminating the mask with + eg ! ! K ! ! If no references are found and mask does not contain any ! asterisks, the search is repeated with asterisks appended. !> ! ! ! !>