home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / OS2MNX1.ZIP / README < prev    next >
Text File  |  1989-12-27  |  2KB  |  54 lines

  1. Here are several little programs from the Usenet comp.os.minix newsgroup.
  2. These were quick ports to OS/2: not all will have function prototypes,
  3. or will compile at the highest warning level.  If you don't like it - the
  4. source code is included, so fix it.
  5.  
  6. Brief description:
  7.  
  8. CAL      C       8769  Prints a monthly or yearly calendar to standard output.
  9. CAL      EXE    20758
  10.  
  11. CAT2     C       1621  Concatenate files, copy to standard output,
  12. CAT2     EXE    23894    append CRLF.
  13.  
  14. DHRYSTON C      12788  Benchmark your processor's performance.
  15. DHRYSTON EXE    21992    Does 50,000 memcpy's.
  16.  
  17. EXPR     C       5560  Do mathematics from command line.
  18. EXPR     EXE    22632
  19.  
  20. FORTUNE  C       2583  Fortune cookie - wise(?) aphorisms from FORTUNES.DAT.
  21. FORTUNES DAT     4886
  22. FORTUNE  EXE    21957
  23.  
  24. GETOPT   C       2552   AT&T's command line parser.
  25.  
  26. HEAD     C       2753  Print first lines of a file.
  27. HEAD     EXE    17970
  28.  
  29. REV      EXE    23176  Reverse spelling of ASCII input.
  30. REV      C       2840
  31.  
  32. TTT      C       6718  Tic Tac Toe.  Uses OS/2 Curses library.
  33. TTT      EXE    35596
  34.  
  35. UUD      C      13065  UUDecode UNIX uuencoded files.
  36. UUD      EXE    25688
  37.  
  38. UUE      EXE    21575  UUEncode binary files to 7 bit ASCII.
  39. UUE      C       5910
  40.  
  41. UNIQ     EXE    22701  Compress text file by eliminating duplicate lines
  42. UNIQ     C       5710
  43.  
  44. UNSHAR2  EXE    33110  Unpack UNIX SHell ARchive files.
  45. UNSHAR2  C       9135
  46.  
  47. WC       C       5333  Count words, lines, characters
  48. WC       EXE    20599
  49. -----------------------------------------------------------------------------
  50. Have fun,
  51. R. Ames
  52.  
  53. 
  54.