| I wonder id sh means shell or shar.Back when I first got my amiga
and usenet was healthy,many files came over shard.The way it worked
was the binaries were uuencoded to transform them into ascii.Then
they were run thru shar.what shar did was append all the files into
one file that could be mailed over usenet.upon reciept of thes files
you would:
shar -u filename /* break the file into its individual parts
uud filename /*convert binaries from text back to binaries
uue,and uud are good for converting files when you have to mail
them,as opposed to transferring them.Shar.UUE,UUD are available
for both the vax,and amiga.Of course with the absence of uesnet
on the vax's they are not used much today.
bill
|
| > I wonder id sh means shell or shar.Back when I first got my amiga
shar archive. on a unix system type:
% /bin/sh mumble-frotz
where mumble-frotz is the name of the file.
> and usenet was healthy,many files came over shard.The way it worked
> was the binaries were uuencoded to transform them into ascii.Then
> they were run thru shar.what shar did was append all the files into
> one file that could be mailed over usenet.upon reciept of thes files
> you would:
> shar -u filename /* break the file into its individual parts
> uud filename /*convert binaries from text back to binaries
uuencoding and uudecoding are used to send BINARY files through the
mail and through USENET. You DON'T have to uuencode ascii text files to
send them. In fact most of the comp.sources.* groups don't uuencode the
sources file (well the ones I get don't.)
> uue,and uud are good for converting files when you have to mail
> them,as opposed to transferring them.Shar.UUE,UUD are available
> for both the vax,and amiga.Of course with the absence of uesnet
> on the vax's they are not used much today.
^^^^^^^^^^^^^^^^^
huh??? I am reading news on a vax running VMS, from a VAX running ultrix
(but with only a DECNET connection). Trust me, USENET is quite alive and
well. ARKHAM (my server) recieved 3000 new articles yesterday. and there
were over 100 connections to read news.
> bill
|