home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / disks / disk381.lzh / SKsh / ReadMe_1st.doc < prev    next >
Text File  |  1990-10-20  |  5KB  |  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.6
  23.  
  24.  
  25.                                (Copyright) 1989, 1990
  26.  
  27.                                      Steve Koren
  28.  
  29.                                    October 4, 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.6 release of SKsh, a shell for the
  76.             Amiga  which  is  similar to Unix ksh.  1.2 was the first  'Re-
  77.             lease' version; 1.0 and 1.1 were beta versions.
  78.  
  79.             SKsh  is  probably not as  powerful as ARexx (a language inter-
  80.             preter  for  AmigaDos  designed to integrate different applica-
  81.             tions), but I think it will still be very useful.  It  provides
  82.             a  number of things that other Amiga  shells  do  not.  In  any
  83.             case, I hope it will  be  useful to Unix users who wish to have
  84.             a  similar  environment on the Amiga.  Unix  provides many many
  85.             things that SKsh does not, but  SKsh  comes  closer  than  most
  86.             other Amiga 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.doc         - 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 + builtins
  143.                .skshinit        - initialization file for SKsh
  144.                .skshini.pp      - preparsed form of above
  145.                .skshrc          - user customization file for SKsh
  146.                cat              - concatenate files
  147.                cmp              - compare files
  148.                cp               - copy files
  149.                crc              - perform crc check on files
  150.                cut              - cut characters or fields
  151.                du               - check disk usage
  152.                encr             - encrypt/decrypt files
  153.                fgrep            - fast search for strings in files
  154.                find             - find files in directory tree
  155.                grep             - search for expressions in files
  156.                head             - obtain first few lines of files
  157.                indent           - indent lines of files
  158.                join             - join files together
  159.                num              - number lines in files
  160.                srun             - run command in background
  161.                strings          - search for strings in files
  162.                tail             - obtain last few lines of files
  163.                tee              - copy input to files and std output
  164.                view             - file type encapsulator
  165.                wc               - count lines, words, and characters
  166.                window           - window operations
  167.                xd               - hex dump of files
  168.  
  169.             These files should also be  included, although their use is op-
  170.             tional:
  171.  
  172.                Stuff.sksh       - optional utilities, functions, aliases
  173.                view.magic       - Sample magic file for the "view" command
  174.                tiny_sksh        - A smaller, more limited version of SKsh
  175.                crypted_data     - encrypted english text from encr
  176.                Check_?.?.sksh   - a script file to check installation
  177.  
  178.             If you do not have all of  the  above  files,  your  version of
  179.             SKsh is incomplete.
  180.  
  181.             Also, please  carefully read the Installation guide.  You *can-
  182.             not*  simply type  SKsh  and  expect it to run; you must follow
  183.             the directions there for proper results.
  184.  
  185.             Also, please read the SKsh  copyright  statement  contained  in
  186.             the UserMan.doc file.  SKsh is NOT public domain software.
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.           SKsh Amiga Shell             Page 3           Readme Information
  196.  
  197.  
  198.  
  199.