home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / words.zip / words.doc < prev    next >
Text File  |  1994-06-24  |  2KB  |  49 lines

  1. WORDS (c) 1994, Matt McLeod
  2.  
  3. WORDS is a very simple word-counting program.  I wrote it partly because I'm
  4. trying to teach myself C, and partly because it's the only thing I really
  5. desperately needed that I couldn't find.
  6.  
  7. WORDS understands wildcards, and you can put as many filenames on the
  8. command-line as you like.  The word-count for each file is displayed, along
  9. with a total word-count for all files processed.
  10.  
  11. WORDS was compiled using EMX 0.8h.  You'll need the EMX DLLs in order to run
  12. it.  I haven't included them here, as they are readily available pretty much
  13. everywhere.
  14.  
  15. WORDS should be very portable.  It's based on a simple C program I put
  16. together under Linux (using GCC, of course).  There's nothing fancy in it,
  17. so it should compile with pretty much any C compiler.
  18.  
  19. The WORDS source is contained in three files.  I did it this way, rather
  20. than the more obvious putting it into one file as a bit of an experiment -
  21. this is my first useful C program, so I wanted to try out as many things as
  22. possible...  :-)
  23.  
  24. I hope to put together a PM version of WORDS at some stage in the future. 
  25. That, of course, will require me to learn enough about PM programming to do
  26. a basic dialogue box and message-boxes, but I expect I'll muddle through
  27. somehow...  :-)
  28.  
  29. I retain the copyright to WORDS.  It is not in the public domain.  It is
  30. released under the GNU General Protection License.  In essence, this means
  31. that you're free to use WORDS as you like.  You can modify the source, and
  32. even include it in another program, so long as attribution to myself
  33. remains, and access to the source is not restricted.  A full copy of the GPL
  34. is also freely available.
  35.  
  36. There is one addition to the GPL.  Anyone who wishes to make use of WORDS
  37. should send me a postcard.  Postcards are very cheap, so this should not
  38. create a huge budgetary problem...  :-)
  39.  
  40. My addresses are:
  41.  
  42. Snail:        16 Prudence Close
  43.         Whitebridge,  NSW,  2290
  44.         Australia
  45.  
  46. Internet:    matt@toaster.hna.com.au
  47.  
  48. CompuServe:    100237,213
  49.