[TUHS] Unix v7 programs to share

KenUnix ken.unix.guy at gmail.com
Thu Mar 2 10:44:01 AEST 2023


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 | more
pg.c is a 'pager' program. pg abc.txt def.txt
cls. is a clear screen home cursor program using VT100 codes. It works on
      the console or telnet or putty.

All can be compiled and placed in /usr/bin
  cc -o /usr/bin/cls cls.c
  cc -o /usr/bin/pg pg.c
  cc -o /usr/bin/more more.c

More to come. Enjoy.

Ken

-- 
WWL 📚
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.tuhs.org/pipermail/tuhs/attachments/20230301/01b23080/attachment.htm>


More information about the TUHS mailing list