home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff278.lzh / Frag / blocks.doc < prev    next >
Text File  |  1989-11-21  |  1KB  |  47 lines

  1.     This is a small program to graphically dsplay the blocks used by a file
  2. (you can thus see how fragmented it is).
  3.  
  4. Usage
  5. -----
  6.  
  7.     from the CLI:
  8.  
  9.         blocks <file1> <file2> ...
  10.  
  11.         will display the blocks used by file1, file2, ...
  12.         Note that this program detaches from the CLI, don't 'RUN' it !
  13.  
  14.     from the WB:
  15.  
  16.         click on the icon for blocks (non provided, sorry!), then
  17.         select the other icons of the files you want, double-clicking
  18.         on the last one (you will have to hold the shift key down, of
  19.         course).
  20.  
  21.  
  22.     A window will be opened for the first file, when you close it, another
  23.     one for the second file will appear, and so on.
  24.  
  25.     The window opened will be a representation of the disk containing the
  26.     file, with cylinders presented vertically (if possible). The lit
  27.     pixels represent the blocks used by the file.
  28.  
  29.  
  30. Distribution
  31. ------------
  32.  
  33.     This software is placed in the public domain.
  34.  
  35.  
  36. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  37. David Gay
  38.   "(p.suiv :=: q.prec.suiv).prec :=: q.prec"
  39.   You don't want to know about this language !
  40.  
  41. GAY_D@ELMA.EPFL.CH, or GAY_D%ELMA.EPFL.CH@CLSEPF51.bitnet
  42. (till mid-august 89)
  43.  
  44. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  45.  
  46.  
  47.