home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / EFFO / pd1.lzh / SYS / HELP / space.hlp < prev    next >
Text File  |  1990-04-09  |  4KB  |  87 lines

  1. @H
  2. @T0
  3. SPACE - Show effective space requirement of files and directories
  4.  
  5. Important:    This   program    is  public    domain  and  may  be  used  and
  6.               distributed freely as long as the "Distribution_Rules" are  met
  7.               (see subtopic in this help file).
  8.  
  9. Syntax:       SPACE [<opts>] {<dir/file path>} [<opts>]
  10.  
  11. Function:     Shows effective  space  requirements  of  directory  trees  and
  12.               single files on a given disk. "Effective" space means that  not
  13.               only the number of bytes *contained* in the files, but also all
  14.               space  consumed  by  the  file  system  itself  such  as   file
  15.               descriptors, directory files and  partially  used  clusters  is
  16.               taken into account (unlike "du" or "dir -e").
  17.               SPACE completely replaces the "du" (disk usage) utility and  is
  18.               about 3 to 4 times faster than "du"  because  it  is  specially
  19.               designed for OSK.
  20.  
  21. Usage:        SPACE
  22.                      Displays  the  space  requirements  (as  well   as   the
  23.                      contents) of  the  current  directory  and  all  of  its
  24.                      subdirectories.
  25.  
  26.               SPACE <directory name/file name>
  27.                      Displays  the  space  requirements  of   the   specified
  28.                      directory or single file.
  29.  
  30.               SPACE <file> <directory> <file> etc.
  31.                      Displays the space requirements of the  spacified  files
  32.                      and directories all together. This can be useful to find
  33.                      out how much space some wildcard-specified  files  would
  34.                      require on a floppy disk (see also -c and -d options)
  35. @D1
  36. Options : 2
  37. Installation : 3
  38. Distribution_Rules : 6
  39. @T2
  40.    -?                    Show short help text.
  41.  
  42.    -g                    Show grand total only. No  separate  information  is
  43.                          output for each directory.
  44.  
  45.    -k                    Show kilobytes instead of sectors. This  applies  to
  46.                          the list of directories but does  *not*  affect  the
  47.                          summary information.
  48.  
  49.    -c=<clustersize>      Use specified clustersize to determine  the  minimum
  50.                          disk space required. This is useful e.g. to find out
  51.                          how  much  space  some   files   on   the   harddisk
  52.                          (clustersize=8) would require if stored on a  floppy
  53.                          disk (clustersize=1).
  54.  
  55.    -d=<disk>             Use specified disk's clustersize  to  determine  the
  56.                          minimum disk space required.
  57.  
  58. @T3
  59. Note:         The SPACE program file must be *owned*  by  the  super-user  in
  60.               order to work. This is because it requires a privileged  system
  61.               call (this is why  it  is  faster  than  "du")  which  is  only
  62.               available for modules that are owned  by  the  superuser.  Once
  63.               installed by the superuser, however, SPACE  may  be  *used*  by
  64.               non-super users as well.
  65. @T6
  66. *****************************************************************
  67. *  SPACE (c) 1990 by Lukas Zeller, CH-Maennedorf                *
  68. *    email:   zeller@strati.ethz.ch, zeller@ethz.uucp           *
  69. *             ..!macvax!cernvax!chx400!ethz!zeller              *
  70. *    DECMail: PSI%4991108411::STRATI::ZELLER                    *
  71. *    OS9-BBS: LZELLER                                           *
  72. *****************************************************************
  73.  
  74. This program is public domain and may be used and distributed freely as  long
  75. as the following conditions are met:
  76.  
  77.    1.  This Program may only be used for  peaceful  applications.  I  do  NOT
  78.        ALLOW using this program for anything that serves a military  purpose,
  79.        especially development, testing or manufacturing  of  weapons  of  any
  80.        type.
  81.  
  82.    2.  This text as well as all copyright  messages  (some  of  them  in  the
  83.        program, some in the documentation) must be retained.
  84.  
  85. For bug reports, comments and suggestions, please  contact  the  author  (see
  86. email paths above). Thank you !
  87.