======================================================================== URL The home page for this version of pstree is located at the following URL: http://www.serice.net/pstree/ ======================================================================== E-MAIL My e-mail address is paul@serice.net. ======================================================================== LICENSE Public Domain. ======================================================================== INSTALLATION In order to find the correct AWK interpreter on the various supported platforms, I decided to write a shell wrapper around "pstree.awk". This wrapper also makes it easier to support a "-h" command line option to show available flags. The problem with this though is that you have to now deal with two files instead of the usual one file associated with most scripts. There are lots of different ways of setting this up. My suggestion is to place the "pstree" and "pstree.awk" files in a directory called /usr/local/lib/pstree. You can then create a symlink that directly points /usr/local/bin/pstree to ../lib/pstree/pstree. Alternative installation methods include just placing both files in a directory that is in your path, using the -f flag, or using the PSTREE_AWK_SCRIPT environment variable to point the shell-script wrapper to the AWK script. ========================================================================