home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / hp48 / 4541 < prev    next >
Encoding:
Internet Message Format  |  1992-09-10  |  808 b 

  1. From: akcs.mage@hpcvbbs.cv.hp.com (William H. Blohm)
  2. Date: Thu, 10 Sep 1992 17:40:02 GMT
  3. Subject: Re: GD7 SNAFU IN SMTK.DOC
  4. Message-ID: <2aaf8704.1683.1comp.sys.hp48.1@hpcvbbs.cv.hp.com>
  5. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!hp-cv!hp-pcd!hpcvra!rnews!hpcvbbs!akcs.mage
  6. Newsgroups: comp.sys.hp48
  7. References: <2aaee171.1683comp.sys.hp48@hpcvbbs.cv.hp.com>
  8. Lines: 6
  9.  
  10. One possibility:  upload using binary to an UNIX machine from your PC
  11. and use vi to fix.  I used the following command:    :1,$s/^Z//g    to
  12. do it on mine.    OOps. typo.  Should have been   :1,$s/^Z/->/g    Just
  13. remember that in some places it will change the line length by 1 and so
  14. the pretty borders will have a jag here and there.  Could have done 
  15. this with awk or sed, too.  Then just download binary back to your PC.
  16.  
  17.