home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff319.lzh
/
CNewsSrc
/
cnews.orig.lzh
/
relay
/
anews
/
a.to.b
< prev
next >
Wrap
Text File
|
1989-06-27
|
235b
|
18 lines
#! /bin/sh
# a.to.b: A-format news to B-format converter (thanks, Norman)
PATH=/bin:/usr/bin:/usr/ucb; export PATH
sed '
1s/^A/Message-ID: /
2s/^/Newsgroups: /
3{
s/^/Path: /p
s/Path/From/
}
4s/^/Date: /
5{
s/^/Subject: /p
s/.*//
}
'