home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / ntcode / ls_nt13 / readme.txt < prev   
Encoding:
Text File  |  1995-05-19  |  1.5 KB  |  43 lines

  1. ls - version 1.3    1994-11-06
  2.  
  3.  
  4.      This program can be freely distributed and used as long as it is
  5.      not sold or made part of any commercial product. No responsibility
  6.      is taken for the program, for its output, correctness etc. Use it
  7.      on your own risk.
  8.  
  9.      Please send comments, suggestions and bug reports to:
  10.     olovsson@ce.chalmers.se
  11.  
  12.     Tomas Olovsson,
  13.     Dept of Computer Engineering
  14.     Chalmers University of Technology
  15.     Sweden
  16.  
  17.  
  18. HISTORY:
  19.   Ver 1.3:  Now only displays name of owner on NTFS file systems
  20.             Fixed illegal memory access when too many * are present
  21.  
  22.   Ver 1.2:  Fixed illegal memory access problem under NT 3.5
  23.         Current dir sometimes listed when * or ? didn't match
  24.         Exit if too many files match * or ?
  25.         Recognizes if invoked as ll and acts like ls -l
  26.         Looks for options in environment variable LSFLAGS
  27.         Exits on IO error during write (ls -lR / | head)
  28.         Longer help text added for -h option
  29.         Option -L (force lower case) only affects FAT file systems
  30.         Option -I ignores case when files are sorted
  31.         Options -g and -G added
  32.  
  33.   Ver 1.1:  File globbing added / wild-cards allowed in search path
  34.          "ls c:" now shows current directory on drive C
  35.         A trailing "/" is accepted in file and directory arguments
  36.         "-F" option fixed (it used to set the -g option...)
  37.         No multiple error messages if GetFileSecurity fails
  38.         "-1" option was broken (same for redirrected output)
  39.         Total field added for "-l" option
  40.  
  41.   Ver 1.0:  First public version
  42.  
  43.