DeduceName
From GoboLinux Knowledge Base
Scan a file to find the capitalization of a program name.
Usage: DeduceName <file> <name>
The script scans the given file looking for instances of name, and returns which is the most frequent capitalization used.
Example:
DeduceName README gtkglarea


