<div dir="ltr"><div><br></div><div>With all your help I thought I would share a couple</div><div>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/pg pg.c</div><div>  cc -o /usr/bin/more more.c<br></div><div><br></div><div>More to come. Enjoy.</div><div><br></div><div>Ken<br></div><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>