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 / free.doc < prev    next >
Text File  |  1989-11-21  |  1KB  |  41 lines

  1.     This is a small program to graphically dsplay the free blocks on a disk
  2. (you can thus see how fragmented it is).
  3.  
  4. Usage
  5. -----
  6.  
  7.     This program runs from the CLI only:
  8.  
  9.         free <device name>:
  10.  
  11.         will display the free blocks on the disk in the device specified
  12.         (you must specify the device, not the name of the disk).
  13.         Note that this program detaches from the CLI, don't 'RUN' it !
  14.  
  15.         Example:
  16.  
  17.             free df0:
  18.  
  19.     The window opened will be a representation of the disk, with cylinders
  20.     presented vertically (if possible). The lit pixels represent the free
  21.     blocks on the disk.
  22.  
  23.  
  24. Distribution
  25. ------------
  26.  
  27.     This software is placed in the public domain.
  28.  
  29.  
  30. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  31. David Gay
  32.   "(p.suiv :=: q.prec.suiv).prec :=: q.prec"
  33.   You don't want to know about this language !
  34.  
  35. GAY_D@ELMA.EPFL.CH, or GAY_D%ELMA.EPFL.CH@CLSEPF51.bitnet
  36. (till mid-august 89)
  37.  
  38. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  39.  
  40.  
  41.