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

  1. Short: C-Shell (csh) 5.42, 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.40 (summary):
  21.       - Minor changes in documentation.
  22.       - Built-in command "window" doesn't clear screen anymore.
  23.          If you want to clear screen, use "echo -n ^[c^O" or "echo -n ^L".
  24.       - Fixed timer bug in _prompt (%e) if start and end time of a program
  25.          were not at the same day. (wrong execution time was displayed)
  26.       - New built-in variable "_promptdep" (prompt path depth) and new
  27.          placeholder "%P" for built-in variable "_prompt". Like "%p", "%P"
  28.          displays the current path. With "_promptdep" the user sets the
  29.          maximum number of directories (path parts) displayed for %P (to
  30.          keep prompt smart and short). Default is 3.
  31.       - New built-in variable "_complete" (DOS pattern). What files should
  32.          match on filename completion. Default is "*". For example, if you
  33.          don't want to see files ending with ".bak", set it to "~(*.bak)".
  34.       - Changed output format of built-in command "mem" (for option -r)
  35.          a little bit.
  36.       - Fixed various bugs in built-in command "window". The changes for
  37.          5.40 caused an unnecessary usage message when using options -f,
  38.          -b and -a. And options -l and -s didn't work at all. The checking
  39.          for maximum window dimensions are not hardcoded any more but
  40.          dynamically adjusted to the screen dimensions.
  41.       - Finally found (and fixed) rounding bug in "itok()", caused display
  42.          of wrong size for memory or harddisk around 1 GB and 1 TB etc.
  43.          Numbers were rounded down to "0 GB" and "0 TB" instead of rounded
  44.          up to "1 GB" and "1 TB".
  45.          [thanks to Andreas 'Leguan' Geist]
  46.       - Some changes/enhancements to existing commands.
  47.  
  48.      See file "HISTORY" in archive csh542.lha for complete listing
  49.      of changes and new features.
  50.  
  51. SPECIAL REQUIREMENTS
  52.  
  53.      AmigaOS 2.0 (or higher)
  54.  
  55.