home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d501 / llist.lha / LList / LList.doc < prev    next >
Text File  |  1991-06-27  |  4KB  |  111 lines

  1.  
  2.         LList V1.00 by Nic Wilson 
  3.         -------------------------
  4.         Dated 21st April 1991
  5.         ---------------------
  6.  
  7.     How many times have you looked at a disk and directory and wondered
  8.     which files are the executable ones, IFF files,  Data files etc.
  9.     This happens to me all the time with utility and public domain disks 
  10.     that are full with files, some executable and some not. 
  11.     LList has been written to overcome this.  It will display normal info
  12.     that 'list' shows but includes information about the type if file it
  13.     is.  It is slightly slower than the list command as it has to read 
  14.     each file. 
  15.     The program can be aborted at anytime during its listing 
  16.     by pressing either CTRL C or CTRL D.
  17.  
  18.     This version currently knows files of the following type.
  19.  
  20.     Exec, ASCII, Data, WordPerfect, MOST Text, MOST IFF, BOOT
  21.     IFF, 8SVX, SMUS and ICONS.  It will also show many different types 
  22.     of IFF files by extracting and printing info from inside the file.
  23.     For example, an AmigaVision file will be shown as 'AVCF' even
  24.     though they are not actually known.  
  25.  
  26.  
  27. HISTORY
  28. -------
  29. 0.2  Changed to lengthen amount of name string.
  30. 0.3  Bug fix to stop incorrect date on some files. 
  31. 0.4  Added ability to recognise valid icon data files.
  32. 0.5  Added ability to completely skip icon files (-i)
  33.      fixed bug that caused a intermittent hang if no path supplied.
  34. 0.6  fixed a bug in 0.5 that was unlocking a standard lock.
  35. 0.7  Code modified due to an 'enforcer hit' on location zero.
  36. 0.8  Directories now show in different colour making them obvious.
  37. 0.9  Added recognition of boot blocks saved as files.  Shown as 'BOOT'
  38. 1.00 Fixed bug in wildcard macro, was skipping certain combinations.
  39.      Speeded up the print routine quite considerably.  Output to the
  40.      CLI window is much faster now.   
  41.      Added -e option for showing executables only.
  42.      Added hidden flag 'h' to file flags, and by default these are not
  43.      shown.  Use the -h switch if you want them in the listing.
  44.  
  45. SYNOPSIS
  46.         LList  <directory> [files|dirs] [switches]
  47.  
  48.         The optional parameters may be given in any order.
  49.         If the only parameter is a '?' then a usage string
  50.         will be displayed.    
  51.  
  52.  
  53. <directory>     A directory or file to scan.  If no directory is given 
  54.         then the current directory will be shown. The output 
  55.         will be printed to the current CLI window, unless 
  56.         redirection was used.  The following standard Amiga 
  57.         wildcards are allowed.  #?'
  58.  
  59. [files|dirs]    Optional switch for directories or files. 
  60.         If neither of these switches are given then both files 
  61.         and directories will be shown.
  62.  
  63. [switches]    -i    Dont show icon files.
  64.         -e      show executable files only
  65.         -h      show hidden files (files with hidden bit set 'h')
  66.  
  67. EXAMPLES
  68. --------
  69.         1.    To scan the directory MyDir on a disk in DF0: & show files 
  70.  
  71.         LList files df0:MyDir
  72.  
  73.             or
  74.  
  75.         LList df0:MyDir files
  76.  
  77.        2.   To scan the same directory but send output to the printer.
  78.  
  79.         LList >prt: df0:MyDir files
  80.  
  81.             or
  82.  
  83.         LList >prt: files df0:MyDir
  84.  
  85.     3.    To scan the current directory and show directories only 
  86.  
  87.         LList dirs
  88.  
  89.     4.      To show all files beginning with 'S' 
  90.  
  91.         LList files s#? 
  92.  
  93.     5.      To show a file called fi?le (wildcard character in name) 
  94.  
  95.         LList fi'?le  (the ' stops the ? being seen as wild) 
  96.     
  97.  
  98.     6.      To show all files with more than two a's together.
  99.  
  100.         LList files #?#a#?
  101.     
  102. Any bugs, enhancements donations etc. To the address below
  103.  
  104. Nic Wilson Software
  105. 138d South Street
  106. Toowoomba Queensland
  107. Australia 4350
  108.  
  109. Phone (076) 358539
  110. Fax   (076) 358522
  111.