home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / c / shar.doc < prev    next >
Internet Message Format  |  1994-03-07  |  1KB

  1. Return-Path: <mmdf@BRL.ARPA>
  2. Received: FROM BRL-TGR.ARPA BY USC-ISIB.ARPA WITH TCP ; 20 Jun 85 15:17:35 PDT
  3. Received: from usenet by TGR.BRL.ARPA id a002873; 20 Jun 85 14:12 EDT
  4. From: John White <jnw@mcnc.uucp>
  5. Newsgroups: net.micro.pc
  6. Subject: Re: PC-DOS version of shar
  7. Message-ID: <590@mcnc.mcnc.UUCP>
  8. Date: 19 Jun 85 02:33:13 GMT
  9. To:       info-ibmpc@usc-isib.ARPA
  10.  
  11. > The "shar" command is a good way of sending multiple files
  12. > in a single mailing from one UNIX to another. 
  13. > I'm wondering if anyone has developed companion shar commands,
  14. > one UNIX-based and the other PC-DOS based, that can be used
  15. > to create a shar file on unix, download it to the pc,
  16. > then extract files onto the pc.
  17. > A converse use would be to create a shar archive on the PC,
  18. > upload to UNIX, then extract on unix.
  19.  
  20. Here is a quick and dirty shar archiver that I use on an MS-DOS
  21. machine to package several C source files for porting to a UNIX
  22. system. The compiler I use (DeSmet) converts "\n" to "\r\n" so
  23. I run the resulting file through a '\r' remover (such as tr -d '\015').
  24. The archive uses the "cat" format and goes to file "shar.out".
  25.