The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] Unix v7 programs to share
@ 2023-03-02 12:45 KenUnix
  2023-03-03 15:03 ` [TUHS] " MIT Book Club
  0 siblings, 1 reply; 4+ messages in thread
From: KenUnix @ 2023-03-02 12:45 UTC (permalink / raw)
  To: UNIX TUHS Group

[-- Attachment #1: Type: text/plain, Size: 785 bytes --]

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 📚

[-- Attachment #2: Type: text/html, Size: 1569 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [TUHS] Unix v7 programs to share
@ 2023-03-02 15:15 KenUnix
  0 siblings, 0 replies; 4+ messages in thread
From: KenUnix @ 2023-03-02 15:15 UTC (permalink / raw)
  To: UNIX TUHS Group

[-- Attachment #1: Type: text/plain, Size: 769 bytes --]

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

Ken


-- 
WWL 📚

[-- Attachment #2: Type: text/html, Size: 1582 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [TUHS] Unix v7 programs to share
@ 2023-03-02  0:44 KenUnix
  0 siblings, 0 replies; 4+ messages in thread
From: KenUnix @ 2023-03-02  0:44 UTC (permalink / raw)
  To: UNIX TUHS Group

[-- Attachment #1: Type: text/plain, Size: 510 bytes --]

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 📚

[-- Attachment #2: Type: text/html, Size: 904 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-03 15:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-02 12:45 [TUHS] Unix v7 programs to share KenUnix
2023-03-03 15:03 ` [TUHS] " MIT Book Club
  -- strict thread matches above, loose matches on Subject: below --
2023-03-02 15:15 [TUHS] " KenUnix
2023-03-02  0:44 KenUnix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).