#/* Copyright 1994, 2000, IBM Corporation and Tivoli Systems # * All rights reserved # * # * Distribute freely, except: don't remove my name from the source or # * documentation (don't take credit for my work), mark your changes # * (don't get me blamed for your possible bugs), don't alter or # * remove this notice. No fee may be charged if you distribute the # * package (except for such things as the price of a disk or tape, # * postage, etc.). No warranty of any kind, express or implied, is # * included with this software; use at your own risk, responsibility # * for damages (if any) to anyone resulting from the use of this # * software rests entirely with the user. # * # * Send me bug reports, bug fixes, enhancements, requests, flames, # * etc. I can be reached as follows: # * # * John Pfuntner John_Pfuntner@tivoli.com # */ DESCRIPTION See dirsize.1 (the man page) for a description of the command. INSTALLATION No makefile is provided for this program but you can still use make to compile it. It only has one source file so if you say "make dirsize", make's built-in rules have enough information to know that it needs to compile and link the program. It would be nice to make the man page available to users too. You might consider doing: mkdir -p /usr/doc/cat1 cp dirsize.1 /usr/doc/cat1 and putting the following in /etc/profile or have individual users do it in their $HOME/.profile themselves: export MANPATH='/usr/man/%L:/usr/doc'