home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / CPE601.ZIP / UTILS.ZIP / LS.DOC < prev    next >
Text File  |  1990-03-29  |  2KB  |  59 lines

  1.                    LS - A DOS/Novell Directory Utility
  2.                      Copyright(c) 1989, 3P Software
  3.                      
  4.  
  5. LS is patterned after the Unix utility of the same name. It has been designed
  6. for use on DOS based systems and is fully Novell Netware compatible. Actually
  7. LS really shows it's true power in a network environment. 
  8.  
  9. LS expands the DOS DIR command with the ability to report file sizes, recurse
  10. directories, sort by name, reverse sort, sort by time, pause listings, show
  11. full file statistics and flags and print all displays to the printer. LS is
  12. friendly, and in some ways rather intuitive. Commands may appear in any order
  13. on the command line (ie: filespec first, or switches first). Help is available
  14. by using the command line switch '-?'.
  15.  
  16. LS supports the following commands:
  17.  
  18.  
  19.         -a:     List ALL Files.
  20.         -c:     One Column Listing.
  21.         -f:     File size sort.                 (acending)
  22.         -l:     Long Listing.                   (Shows File Statistics)
  23.         -m:     More.     (Pauses every 23 lines on screen, uses FF on Printer)
  24.         -p:     Send Output to Printer.
  25.         -r:     Recurse Sub-Directories
  26.         -s:     Sizes Only                      (path & disk totals)
  27.         -t:     Sort by Time.                   (decending)
  28.         -u:     Usage Statistics
  29.         -v:     Reverse Sort.
  30.         -?:     Help & Copyright Message
  31.         
  32. Commands may be combined:
  33.  
  34. Example Switches:        -alrump
  35.  
  36.         This example of switches will begin with the directory passed as the
  37. filespec parameter and will recurse through all lower level directories
  38. showing all files including system and hidden. Display will contain full file
  39. statistics, Disk/Directory usage statistics and will form feed every 50 lines
  40. printed to the printer.
  41.  
  42.  
  43. Filespec may contain a full or partial path, or none at all.
  44.  
  45. Examples:       c:
  46.                 c:\
  47.                 c:\etc\
  48.                 c:\etc\*.exe
  49.                 *.exe
  50.                 *.*
  51.                 
  52.  
  53. Full sample command:
  54.  
  55.         LS -alumr d:\bin\
  56.         
  57.                         
  58.                         
  59.