<div dir="ltr"><div><h2 id="m_5614200495404508877gmail-:131">Unix v7 programs to share</h2></div><div></div><div>With all your help I thought I would share a couple of programs I had a hand in.</div><div><br></div><div>more.c is like 'more' for Linux. more abc.txt or cat abc.txt | more or ls -l | more<br></div><div>pg.c is a 'pager' program. pg abc.txt def.txt<br></div><div>cls. is a clear screen home cursor program using VT100 codes. It works on</div><div>      the console or telnet or putty.<br></div><div><br></div><div>All can be compiled and placed in /usr/bin</div><div>  cc -o /usr/bin/cls cls.c</div><div>  cc -o /usr/bin/more more.c<br></div><div>  cc -o /usr/bin/pg pg.c</div><div><br></div><div><a href="https://drive.google.com/file/d/1LR3Q11sGADXuqA2C2c2gEKmJOrsXA8QC/view?usp=sharing" target="_blank">https://drive.google.com/file/d/1LR3Q11sGADXuqA2C2c2gEKmJOrsXA8QC/view?usp=sharing</a></div><div><a href="https://drive.google.com/file/d/1_IUnyPwsRvYMAuqO9xb8Z8MZDbKLST70/view?usp=sharing" target="_blank">https://drive.google.com/file/d/1_IUnyPwsRvYMAuqO9xb8Z8MZDbKLST70/view?usp=sharing</a></div><div><a href="https://drive.google.com/file/d/1t88SNnJjWIbPrGuTFfFZM-7qKhD6AS6S/view?usp=sharing" target="_blank">https://drive.google.com/file/d/1t88SNnJjWIbPrGuTFfFZM-7qKhD6AS6S/view?usp=sharing</a></div><div><br></div><div></div><div>Ken</div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div></div><div>WWL 📚</div><div><br></div><div><br></div></div></div></div>