
all is not lost. Change directory to /usr, and use the find command. Try something like find . -name program-name -name.
Tip, executable programs are usually in directories that have a "bin" in their names.
If you still can't find the program, we probably don't have it. You can send a request to
help@physics.wm.edu asking if the program could be installed.

Using the brief descriptions as a guide and the manpages for each program, decide which program does what you want.

You can get more detail on the options shown in the synopsis by looking at the options section of the manpage.
Tip, unix options are denoted by a dash and letter combination (ie -C config.fil) while DOS denotes options by a slash and letter combination (ie /C config.fil)

Near the bottom of the manpage are two more useful sections "Examples" (this example has no Examples section) and "See Also" a cross reference section that might point you to the program you are looking fore.


Last modified 9/14/95
College of William and Mary, Dept. of Physics