home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / shell / csh550.readme < prev    next >
Text File  |  2014-05-19  |  3KB  |  56 lines

  1. Short:    C-Shell (csh) 5.50, CLI replacement
  2. Author:   amk@zikzak.in-berlin.de (Andreas M. Kirchwitz)
  3. Uploader: amk@cs.tu-berlin.de (Andreas M. Kirchwitz)
  4. Type:     util/shell
  5.  
  6. DESCRIPTION
  7.  
  8.      C-Shell is a replacement for the AmigaDOS command line interface.
  9.      Many builtin Unix-like commands, very fast script language, file-
  10.      name completion, command-name completion, comfortable command line
  11.      editing, pattern matching, AUX: mode, object oriented file classes,
  12.      abbreviation of internal and external commands.  Supports multiple
  13.      users.
  14.  
  15.      C-Shell is easy to install and to use.  Online help for all
  16.      commands, functions and various subjects.  ARP-free!
  17.  
  18. NEW FEATURES
  19.  
  20.      Changes since version 5.48 (summary):
  21.       - Warns if an executed program changed the priority of the
  22.          current task or the signal state shows unreleased signals.
  23.       - Fast successive calls to built-in function @rnd(0) more accurate,
  24.          seed is more "random" now.
  25.       - Built-in function @rnd, when called with seed=0 to build seed
  26.          value from current time-stamp, now always builds unique seed
  27.          value on every call.
  28.       - New built-in function: @mktemp. Returns a unique temporary file
  29.          name of form T:tmpXXXXXXXX, or just tmpXXXXXXXX if T: does not
  30.          exist. [thanks to Gary Duncan for source code]
  31.       - Built-in command now handles binary files properly, so it's
  32.          possible to use "cat file1 file2 >file3" to join files like
  33.          under UNIX.  But note, that the built-in command "join" is
  34.          much more faster.
  35.       - Some minor enhancements and bug fixes.
  36.  
  37.      Changes since version 5.42 (summary):
  38.       - Redirected output to a file can now be examined by other programs
  39.          while Cshell is still filling up the file. (files for redirection
  40.          are now opened "shared" instead of "exclusivly")
  41.       - Enhanced pipe functionality. Made "echo mem | csh" work again.
  42.       - Built-in command "copy" now has (optional) new output format which
  43.          prints full path of files being copied. (just try option "-x")
  44.       - Built-in commands "chown" and "chgrp" now accept also user and group
  45.          names (as well as numerical IDs). Does only work with "MultiUser".
  46.       - Built-in command "window" resizes/moves window much more faster now.
  47.       - Built-in command "version" now behaves more like Commodore's
  48.          command "version".
  49.  
  50.      See file "HISTORY" in archive csh550.lha for complete listing
  51.      of changes and new features.
  52.  
  53. SPECIAL REQUIREMENTS
  54.  
  55.      AmigaOS 2.0 (or higher)
  56.