home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d174 / sh.lha / Sh / NOTES < prev    next >
Text File  |  1989-02-04  |  1KB  |  22 lines

  1. Here is yet another version of "sh" -- a program to unshar file from
  2. over the net. I wrote it from my own need--I found existing programs
  3. to behave poorly (not understand formats, guru, etc.) I put into it
  4. the features that were important to me (and left out the ones I didn't
  5. need :-). Particularly, I intended it to be expandable to different
  6. formats. At this point it understands about cat and a simple (and
  7. common) form of sed. Adding new forms should be easy (although I have
  8. not had needed to do this myself to unshar files I've found).
  9.  
  10. It should not need a lot of stack space to run.
  11.  
  12. I've built into it a variety of options so that it can be customized
  13. for individual preferences. These allow one to decide how verbose its
  14. messages are or how paranoid it is about strange forms.
  15.  
  16. I have not done extensive testing on it (remember, I originally wrote
  17. this for myself), but I have been using it for the past six months
  18. with no problems.
  19.  
  20. I have not included a "shar" program with this, as I found the
  21. existing one(s) to work acceptably well.
  22.