home *** CD-ROM | disk | FTP | other *** search
- LS is an NT console application for performing file and directory
- listings (similar to Unix utitlities of the same name). This is
- version 1.7 and should replace the file "ntls.zip" in the nt directory.
-
- Changes since 1.0
-
- - Fixes incorrect listing of a single directory containing only
- a single subdirectory.
- - Accounts for daylight-savings time in time-date fields.
- - Fixes for release version of NT
-
- --jon [Jon S. Whalen]
-
- For problems send e-mail to: jon@hook.corp.mot.com
- ---------------------------------------------------------------------------
- LS: Version 1.7
- Usage: ls [-1?aclrstuxzCFL] [path|file|pattern]
-
- Options:
- ?|h: display this usage message
- 1: format as single column, left adjusted
- a: show all files (including .* and hidden files)
- c: sort by creation time - most recently created first
- C: + list files in order down columns
- F: add suffixes to the file names:
- '\' = directory
- '!' = hidden file (only when -a is specified)
- '&' = system file
- l: use long listing format
- L: use longer listing format
- r: reverse the sense of the sort
- s: sort by size - decreasing
- t: sort by modification time - most recently modified first
- u: sort by last access time - most recently accessed first
- x: list files in order across columns, rather than down columns
- z: + sort by filename in lexical order (i.e. alphabetical order)
-
- Options marked with a '+' are the defaults
-
- Notes:
-
- 1. For compatibility with Unix ls, file and directory names beginning
- with '.' are not displayed unless the -a option is specified.
- 2. File systems which are case-insensitive (e.g. FAT) are displayed
- in lower case. Case-sensitive file systems (e.g. NTFS) are displayed
- in mixed upper and lower case. It is Unicode compatible.
- 3. This program is freely distributable and is provided "AS-IS", WITHOUT
- WARRANTY of any kind, either express or implied. No guarantee is made
- of suitablility for any purpose, whatsoever.
-
- Copyright (c) Jon S. Whalen 1993. All rights reserved.