home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff342.lzh / SKsh / ReadMe_1st.doc < prev    next >
Text File  |  1990-04-15  |  4KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.                          Important Stuff - Read This First!
  17.  
  18.                                         SKsh
  19.  
  20.                            A ksh-like Shell for the Amiga
  21.  
  22.                                      Version 1.4
  23.  
  24.  
  25.                                (Copyright) 1989, 1990
  26.  
  27.                                      Steve Koren
  28.  
  29.                                    March 19, 1990
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.           Important: Please Read This First!
  74.  
  75.             This archive contains the 1.4 release of SKsh, a shell for  the
  76.             Amiga which  is  similar  to  Unix  ksh.   1.2  was  the  first
  77.             'Release' version; 1.0 and 1.1 were beta versions.
  78.  
  79.             SKsh is probably not as powerful as ARexx, but I think it  will
  80.             still be very useful.  It provides  a  number  of  things  that
  81.             other Amiga shells do not.  Perhaps in a future release I  will
  82.             provide an ARexx interface to SKsh.  In any  case,  I  hope  it
  83.             will be useful to  Unix  users  who  wish  to  have  a  similar
  84.             environment on the Amiga.  Unix provides many many things  that
  85.             SKsh does not, but SKsh comes  closer  than  most  other  Amiga
  86.             shells.
  87.  
  88.             Please understand that since the code can change at  any  time,
  89.             absolutely anything you read here is also subject to change.
  90.  
  91.             Suggestions can be sent to me  (Steve  Koren)  by  one  of  the
  92.             methods listed in the "MiscInfo" document.
  93.  
  94.             The following files are included in this  documentation.   This
  95.             list is subject to change:
  96.  
  97.                Addendum?.?.doc  - An addendum for each release
  98.                Bugs.doc         - Bug reports, limitations, etc. 
  99.                Diffs.doc        - Very incomplete list of diffs from ksh
  100.                ErrorCodes.doc   - The SKsh error codes
  101.                ExtCmds.doc      - Reference manual for external commands
  102.                Hints.doc        - A few hints for using SKsh
  103.                Install.doc      - How to Install SKsh - important
  104.                MiscInfo.doc     - How to report bugs, etc.
  105.                ReadMe_1st.doc   - This file
  106.                Reference.doc    - Reference manual for builtin stuff
  107.                TechNotes.doc    - Technical and implementation notes
  108.                TinySKsh.doc     - Briefly describes tiny_sksh
  109.                UserMan.doc      - User's guide to using SKsh
  110.                View             - Describes the "view" command
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.           SKsh Amiga Shell             Page 2           Readme Information
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.             In addition, the following files are  necessary  to  run  SKsh,
  140.             and should be included here:
  141.  
  142.                sksh             - The main SKsh binary
  143.                .skshinit        - initialization file for SKsh
  144.                .skshrc          - user customization file for SKsh
  145.                cmp              - misc utility
  146.                cp               - "
  147.                crc              - "
  148.                du               - "
  149.                fgrep            - "
  150.                grep             - "
  151.                head             - "
  152.                join             - "
  153.                srun             - "
  154.                strings          - "
  155.                tail             - "
  156.                tee              - "
  157.                view             - "
  158.                wc               - "
  159.                window           - "
  160.                xd               - "
  161.  
  162.             These files should also be  included,  although  their  use  is
  163.             optional:
  164.  
  165.                Stuff.sksh       - optional utilities
  166.                view.magic       - Sample magic file for the "view" command
  167.                tiny_sksh        - A smaller, more limited version of SKsh
  168.  
  169.             If you do not have all of the  above  files,  your  version  of
  170.             SKsh is incomplete.
  171.  
  172.             Also,  please  carefully  read  the  Installation  guide.   You
  173.             *cannot* simply type SKsh  and  expect  it  to  run;  you  must
  174.             follow the directions there for proper results.
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.           SKsh Amiga Shell             Page 3           Readme Information
  196.  
  197.  
  198.  
  199.