home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 1037.dms / 1037.adf / LL.Doc < prev    next >
Text File  |  1990-12-27  |  3KB  |  93 lines

  1.  
  2.         LList V0.3 by Nic Wilson
  3.         ------------------------
  4.  
  5.     How many times have you looked at a disk and directory and wondered
  6.     which files are the executable ones, IFF files,  Data files etc.
  7.     This happens to me all the time with utility and public domain disks 
  8.     that are full with files, some executable and some not. 
  9.     LList has been written to overcome this.  It will display normal info
  10.     that 'list' shows but includes information about the type if file it
  11.     is.  It is slightly slower than the list command as it has to read 
  12.     each file. 
  13.     The program can be aborted at anytime during its listing 
  14.     by pressing either CTRL C or CTRL D.
  15.  
  16.     This version currently knows files of the following type.
  17.  
  18.     Executable, ASCII, Data, WordPerfect, MOST Text, MOST IFF,
  19.     IFF, 8SVX, SMUS.  It also will show many different type off
  20.     IFF files by extracting and printing info from inside the file.
  21.     For example, an AmigaVision file will be shown as 'IFF AVCF' even
  22.     though they are not actually known.  
  23.  
  24.  
  25. HISTORY
  26. -------
  27. 0.2  Changed to lengthen amount of name string.
  28. 0.3  bug fix to stop incorrect date on some files. 
  29.  
  30.  
  31. SYNOPSIS
  32.         LList  <directory> [files|dirs]
  33.  
  34.         The optional parameters may be given in any order.
  35.         If the only parameter is a '?' then a usage string
  36.         will be displayed.    
  37.  
  38.  
  39. <directory>     A directory or file to scan.  If no directory is given 
  40.         then the current directory will be shown. The output 
  41.         will be printed to the current CLI window, unless 
  42.         redirection was used.  The following standard Amiga 
  43.         wildcards are allowed.  #?'
  44.  
  45. [files|dirs]    Optional switch for directories or files. 
  46.         If neither of these switch are given then both files 
  47.         and directories will be shown.
  48.  
  49. EXAMPLES
  50. --------
  51.         1.    To scan the directory MyDir on a disk in DF0: & show files 
  52.  
  53.         LList files df0:MyDir
  54.  
  55.             or
  56.  
  57.         LList df0:MyDir files
  58.  
  59.        2.   To scan the same directory but send output to the printer.
  60.  
  61.         LList >prt: df0:MyDir files
  62.  
  63.             or
  64.  
  65.         LList >prt: files df0:MyDir
  66.  
  67.     3.    To scan the current directory and show directories only 
  68.  
  69.         LList dirs
  70.  
  71.     4.      To show all files beginning with 'S' 
  72.  
  73.         LList files s#? 
  74.  
  75.     5.      To show a file called fi?le (wildcard character in name) 
  76.  
  77.         LList fi'?le  (the ' stops the ? being seen as wild) 
  78.     
  79.  
  80.     6.      To show all files with more than two a's together.
  81.  
  82.         LList files #?#a#?
  83.     
  84. Any bugs, enhancements donations etc. To the address below
  85.  
  86. Nic Wilson Software
  87. 138d South Street
  88. Toowoomba Queensland
  89. Australia 4350
  90.  
  91. Phone (076) 358539
  92. Fax   (076) 358522
  93.