Unix v7 programs to share
With all your help I thought I would share a couple of programs I had a hand in.more.c is like 'more' for Linux. more abc.txt or cat abc.txt | more or ls -l | morepg.c is a 'pager' program. pg abc.txt def.txtcls. is a clear screen home cursor program using VT100 codes. It works onthe console or telnet or putty.All can be compiled and placed in /usr/bincc -o /usr/bin/cls cls.ccc -o /usr/bin/more more.ccc -o /usr/bin/pg pg.cMore to come.Ken--WWL 📚