home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / os / psh_2 < prev   
Text File  |  1999-04-27  |  1KB  |  43 lines

  1. Title:            PSH
  2. Author:            Alun Jones (auj@aber.ac.uk)
  3. Version:        1.00
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        Alun Jones (auj@aber.ac.uk)
  8. Date:            08/05/95
  9. Keywords:        Operating system shells ; Command line processors
  10. Shareware:        No
  11. Machine:        Archimedes
  12. Operating system:    RISCOS
  13. Memory requirements:    
  14. Peripherals needed:    
  15. Other s/ware needed:    
  16. Directory:        micros/arch/riscos/d108
  17. Date mounted/updated:    26/05/95
  18. File names:        psh.arc
  19. Unarchived files:    20
  20. Unarchived size:    93 kbytes
  21. Omissions:        
  22. See also:        
  23.  
  24. -------------------------------------------------------------------------------
  25.  
  26. Acquiring the package:
  27.  
  28. Download the archive file(s) and extract using SparkPlug 2
  29. (see the "tools_help" file in micros/arch/riscos/tools for further info).
  30.  
  31.  
  32. Description:
  33.  
  34. psh - the Penguin shell ;-) is a very simple bash-like shell written to
  35. run under RISC OS.  The main purpose of psh was to add GNU readline
  36. editing facilities to the RISC OS CLI and to provide a shell which
  37. could be executed usefully from vim. (Originally :sh from inside vim
  38. would call GOS.  But GOS exits after an application is run, so things
  39. like e.g. ls would cause it to exit).  psh supplies a number of
  40. builtin  commands and facilities to make things look more like Unix,
  41. including ., autoconv, bye, cd, dirs, exec, exit, help, history, popd,
  42. pushd, pwd, read, source,
  43.