mkhaw@teknowledge-vaxc.ARPA (Mike Khaw) (11/19/87)
Is there a freeware program for VMS like "less" on Unix? (For those unfamiliar with "less", it's like TYPE/PAGE, but also allows backward scrolling, regular-expression searching, and other goodies) Mike Khaw -- internet: mkhaw@teknowledge-vaxc.arpa usenet: {uunet|sun|ucbvax|decwrl|uw-beaver}!mkhaw%teknowledge-vaxc.arpa USnail: Teknowledge Inc, 1850 Embarcadero Rd, POB 10119, Palo Alto, CA 94303
ins_bxs@jhunix.UUCP (xuning ins_bxs@jhunix,ins_bxs@jhuvms) (11/25/87)
I wrote a less-like program in c for myself use. It has following options: t ==>top of the file; f ==>skip forward; b ==>skip backward; h ==>help; q ==>quit; + ==>print next line; /string ==>search for string. It's not shareware ,nor freeware. It's noware. If there is enough interest, I'll post it to the net. The program is about 200 lines. Shan Xuning ins_bxs@jhuvms.BITNET