home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / misc / edgesize.rea < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.5 KB  |  51 lines

  1.  
  2. EdgeSize - display free or used size of directories
  3.  
  4.     by Robert Lang
  5.  
  6. This program allows you to find out all sorts of information about free
  7. space or used space on drives. 
  8.  
  9. Usage :
  10.  
  11.     ESize [-qfn] [dir1] [dir2] ...
  12.  
  13. default is : ESize on current directory...
  14.  
  15. options : -q - "quiet" output, subtotals aren't shown, only the result
  16.           -f - "free" space, free space on the supplied dirs in shown
  17.           -n - "neat" output, includes indication of bytes, kilobytes, or megs.
  18.  
  19. ESize was written to perform two functions, show free space total on a number
  20. of drives, and to show used space in directories.
  21.  
  22. In my shell-startup, I have the following line :
  23.  
  24.     ESize -qnf sys: work: work2:
  25.  
  26. This shows the free space available on all of my hard drives on my 3000, and
  27. hence the free space available to my system.
  28.  
  29. When I want to know how much space a directory is using, I simply do 
  30.  
  31.     ESize work:robert
  32.  
  33. Since ESize defaults to totalling all directories....since the -q option
  34. is used, all subdirectories will show their totals and eventually a total
  35. will be shown.
  36.  
  37. Experiment with it, you'll understand, type ESize ? for usage...
  38.  
  39. This program is as usual dedicated to my girlfriend, Suzanne Day.
  40.  
  41. Write to me with comments, software requests ( I *do* develop custom software if
  42. you want something done ! ), work offers, donations, '040 cards, etc. to :
  43.  
  44.     Robert Lang
  45.     EdgeWare
  46.     P.O. Box 127
  47.     CARDIFF NSW 2285
  48.     AUSTRALIA
  49.  
  50. email until end-of-1992 : c8908461@jupiter.newcastle.edu.au
  51.