[TUHS] Unix v7 programs to share

MIT Book Club martymcg at fastmail.com
Sat Mar 4 01:03:43 AEST 2023


Ken U Guy,

   thanks especially for the Text Editor.    i'm sharing it in our community who think a word processor is.

=*+[]+  Marty McGowan        +1 908 230-3739
The MIT Book Club, Princeton and Northern NJ <https://applemcg.github.io/#MIT%20Book%20Club>
 <https://applemcg.github.io/#MIT%20Book%20Club>






On Thu, Mar 2, 2023, at 07:45, KenUnix wrote:
> 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 | 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/more more.c
>   cc -o /usr/bin/pg pg.c
> 
> https://drive.google.com/file/d/1LR3Q11sGADXuqA2C2c2gEKmJOrsXA8QC/view?usp=sharing
> https://drive.google.com/file/d/1_IUnyPwsRvYMAuqO9xb8Z8MZDbKLST70/view?usp=sharing
> https://drive.google.com/file/d/1t88SNnJjWIbPrGuTFfFZM-7qKhD6AS6S/view?usp=sharing
> 
> More to  come.
> 
> Ken
> 
> --
> 
> WWL 📚
> 
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.tuhs.org/pipermail/tuhs/attachments/20230303/263bd513/attachment.htm>


More information about the TUHS mailing list