ENDFILE $ ENDFILE filename ENDFILE will display the tail end of the file specified, up to 100 lines. The following qualifiers can be specified. /LINES=n (n = 1 - 100, DEFAULT=10) /TOTAL (gives total number of lines in the file) /PAGE[=n] (displays lines a page at a time, DEFAULT=21) /WIDTH[=n] (sets display width, DEFAULT=80) /BELL (rings the terminal bell @ end of each page, only with /PAGE) /VERSION (gives ENDFILE version number) Jay Jenkins