The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: Clem cole <clemc@ccc.com>
To: Will Senn <will.senn@gmail.com>
Cc: tuhs@minnie.tuhs.org
Subject: Re: [TUHS] V6 intro file display in terminal
Date: Sat, 29 Dec 2018 13:06:40 -0500	[thread overview]
Message-ID: <87266B13-CC87-4014-894C-07B6F7927819@ccc.com> (raw)
In-Reply-To: <8375736D-3D49-46DE-81B0-52E5B5BD9292@gmail.com>

Will.  You are reliving the experience 👌

IIRC nroff for v6 assumes the output is an ASR37      There are numerous filters such as ul(1) and more(1) that appear in those days that will help make the output more readable but you’ll need to install them.   

Do look at the 1bsd tape as well as the first usenix tape.   You’ll find a lot things that will make v6 a little more sane.   

Also. As you probably have discovered tar was Ken’s creation for Unix/TS (widely distributed in V7) to replace v6’s tp and harvard’s stp.  There is a version of it called v6tar that was released with V7 to help with conversions.   I’m fairly sure Warren has a binary on the archive.    

With that you should be able write things that are easy to move between you simh system and a modern machine.    One other handy trick is creating a copy of Horton’s uuencode/undecode pair.   The sources are in many places (and many languages these days).  I may even have a version I once created to back port it to the v6 compiler.   But you should be able too pretty easily.  The only issue is no stdio but the portable C lib in v6 has everything the encode twins need.  so I expect you can back port it yourself in under an hour.  

Sent from my PDP-7 Running UNIX V0 expect things to be almost but not quite. 

> On Dec 29, 2018, at 12:12 PM, Will Senn <will.senn@gmail.com> wrote:
> 
> There is a file, intro, in /usr/doc/man/man0, that is a system introduction prepared for a ‘Graphic System phototypesetter... in troff’. I was wondering if there was a way to display the file in v6 on the terminal, similar to displaying man pages:
> 
> nroff /usr/doc/man/man0/naa /usr/doc/man/man1/write.1
> 
> I couldn’t find a troff command and the output from various nroff incantations were less readable than cat.
> 
> Thanks,
> 
> Will
> 

  reply	other threads:[~2018-12-29 18:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-29 17:12 Will Senn
2018-12-29 18:06 ` Clem cole [this message]
2018-12-29 18:26   ` Larry McVoy

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=87266B13-CC87-4014-894C-07B6F7927819@ccc.com \
    --to=clemc@ccc.com \
    --cc=tuhs@minnie.tuhs.org \
    --cc=will.senn@gmail.com \
    /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).