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

  1. Short: C-Shell (csh) 5.48, CLI replacement
  2. Type: util/shell
  3. Author: amk@zikzak.in-berlin.de (Andreas M. Kirchwitz)
  4. Uploader: amk@cs.tu-berlin.de (Andreas M. Kirchwitz)
  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.42 (summary):
  21.       - Redirected output to a file can now be examined by other programs
  22.          while Cshell is still filling up the file. (files for redirection
  23.          are now opened "shared" instead of "exclusivly")
  24.       - Enhanced pipe functionality. Made "echo mem | csh" work again.
  25.       - Built-in command "copy" now has (optional) new output format which
  26.          prints full path of files being copied. (just try option "-x")
  27.       - Supports "muSetProtection" if MultiUser is installed.
  28.       - Built-in commands "chown" and "chgrp" now accept also user and group
  29.          names (as well as numerical IDs). Does only work with "MultiUser".
  30.       - Fixed bug in built-in commands "chown" and "chgrp" which could crash
  31.          under OS 2.x.
  32.       - Fixed fatal bug if non-interactive input line was too long.
  33.       - New option "-t" for built-in command "sleep": wait ticks.
  34.       - Built-in command "window" resizes/moves window much more faster now.
  35.       - Built-in command "version" now behaves more like Commodore's
  36.          command "version".
  37.       - Fixed a problem with localized date strings.
  38.       - Fixed some bugs in last public release 5.47.
  39.  
  40.      See file "HISTORY" in archive csh548.lha for complete listing
  41.      of changes and new features.
  42.  
  43. SPECIAL REQUIREMENTS
  44.  
  45.      AmigaOS 2.0 (or higher)
  46.  
  47.