The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: KenUnix <ken.unix.guy@gmail.com>
To: UNIX TUHS Group <tuhs@tuhs.org>
Subject: [TUHS] Unix v7 programs to share
Date: Wed, 1 Mar 2023 19:44:01 -0500	[thread overview]
Message-ID: <CAJXSPs9Dgi5=6myjxwx_Q3PhEo0atjTq9DfudPRBUBLxAaTLVw@mail.gmail.com> (raw)

[-- 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 --]

             reply	other threads:[~2023-03-02  0:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-02  0:44 KenUnix [this message]
2023-03-02 12:45 KenUnix
2023-03-02 15:15 KenUnix

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJXSPs9Dgi5=6myjxwx_Q3PhEo0atjTq9DfudPRBUBLxAaTLVw@mail.gmail.com' \
    --to=ken.unix.guy@gmail.com \
    --cc=tuhs@tuhs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).