Quick Descriptions of What's on the Disc

All the packages included on the tutorial are discussed somewhere in the tutorial, complete with an icon in the margin to let you know it's there. But here's a quick listing of what each program does and where the tutorial talks about it.

If you don't have the disc or just want another way to get them, many of the programs and other files are available on the Internet or via email. There's a * next to the names of those files in the listings that follow. Article tells how to get them online.

Many of the programs listed here are shell scripts. All shell scripts are theoretically portable from one platform to another; however, they might have dependencies on programs that either aren't installed on your system, or behave somewhat differently from what the developer expected. So beware that you might have to tweak the shell scripts a little to make them work correctly on your system.

Also beware that some scripts written in awk, sed, or perl use #! syntax on the first line of the script, to tell your system what program to run. Not all versions of UNIX support this feature. If yours doesn't, you'll have to convert the script to a shell script. See articles and for more information.

- LM, JP