.IF HELP .RM78.NOPAGING 1 LIST .br .ELSE HELP .ps64,80.lm0.rm80 .C;LIST .T LIST .B1.P0 .ENDIF HELP LIST-11 reformats ASCII files, with an option to put multiple columns on a single page, and print the file name and page numbers on each page. .P0 Command line format: .P7 .IF RSX _>LIST [outfile[/outsw[:val]]_=]infile[/insw[:val]...][,infile2,...] .ENDIF RSX .IF VMS _$#LIST [outfile[/outsw[:val]]_=]infile[/insw[:val]...][,infile2,...] .ENDIF VMS .P0 Default input and output filetypes are .IF RSX _.LIS. .ENDIF RSX .IF VMS _.LIS. .ENDIF VMS If no '=' appears, output goes to the user's terminal. .P0 Output switches are: .LM+8.B1.TS19,30,41,52,63.NF /AP /SP .P-8 Input switches are: .B1 /BS /CO:n /CT /ED:nnn /EH:"text" /EI /EV /FA:ccc /FF /FP /FT /GR:h:t:f /LC /LE:l /LI:l:h /LN /MS /NE /NH /NP /NS /OD /PA /PI:h:t:f /PN /RI:n /RL:n /RO:n /SC:char /SL:n /TA /TR /UC /WI:w /WS .LM-8.IF HELP .IF RSX .P0 Type HELP LIST SWITCHES for more details. .ENDIF RSX 2 SWITCHES .rm76 .ELSE HELP .HL1 SWITCHES .nf .ENDIF HELP .LM+2.TS13 /AP Append output to old file (output switch only) /BS Use space as column separator /CO:n Output n columns (default n_=0, _= maximum to fit) /CT Convert tabs to single spaces /ED:nnn Separate pages with char ASCII code nnn instead of FF /EH:"text" Display line "text" below page header /EI Pass eight-bit characters (don't strip parity bit) /EV Output even-numbered pages only /FA:"ccc" Change continuation marker to ccc (default "-->") /FF FF's in input file start a new column in output /FP FF's in input file start a new page in output /FT:"text" Display line "text" as bottom line of page ("footing") /GR:h:t:f Display header:text:footing in VT100/200 graphic rendition /LC Convert all upper-case letters to lower /LE:l Set page length l (default 22 for terminals else 64) /LI:l:h Print lines l to h only /LN Display line (or sequence) numbers /MS Compress multiple spaces to single spaces /NE Display escape character as "_^[" (default "$") /NH Omit page headers /NS Omit all spaces /NP Omit page separations (header and FF) /OD Output odd-numbered pages only /PA Pause at end of each page /PI:h:t:f Set LA-series printer character pitch for header:text:footing /PN:n Start page numbering at n /RI:n Right shift output n spaces /RL:n Force each line to be n characters long /RO:n Force each page to be n lines long /SC:char Column separator is char (default is "|") /SL:n Skip first n letters of each input line /SP Spool output to printer (default, output only) /TA Use tabs, rather than multiple spaces, in output (default) /TR Truncate lines which are too wide for column /UC Convert all lower-case letters to upper-case /WI:w Set page width w (default SET width for terminals, else 132) /WS Wrapped lines are spaced right to match /RI:n and/or /LN .LM-2.F.P0 Switch values are all decimal, except for /ED, which is octal.