kfindobj - search for software objects in toolboxes
DESCRIPTION
kfindobj
prints out a list of software objects,
where the list of objects is determined using find(1) like options.
You can search all toolboxes for a specific object,
list all software objects of a given type,
or list all objects within one toolbox.
These options can be combined to further restrict the search.
REQUIRED ARGUMENTS
none
OPTIONAL ARGUMENTS
-tb
type: string
desc: Toolbox to search
default: {none}
-oname
type: string
desc: Software object name
default: {none}
-type
type: string
desc: Software object type
default: {none}
EXAMPLES
The following command will list all objects in the
DESIGN
toolbox of type
library :
% kfindobj -tb design -type kroutine
To find all
script
objects, in all available toolboxes,
you would use the following:
% kfindobj -type script
SEE ALSO
RESTRICTIONS
REFERENCES
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.