NAME
	COEFindSeg

DESCRIPTION
	Returns information about a requested segment.

USEAGE
	COEFindSeg [flags]  

USABLE FLAGS
	-h, -H
		Display this help message.
	-V
		Display the version number.

DESCRIPTION
	This tool returns information about a requested segment specified as
	__ in the above useage. The tool accepts the segment name as 
	input. The COEFindSeg tool searches for the segment in the legal
	directory locations for the segments (such as /h).
	
	The tool returns the absolute path of the directory where the segment 
	was found, the segment name found, and the segment type, including the
	segment attribute if applicable. The tool returns the following
	information if it is successful:

		 :  :  :  [: attrib]

	where __ is the absolute path name of the directory found, 
	__ is the name of the segment as indicated in the segment's
	_SegName_ file, __ is the segment's prefix as indicated in the
	segment's _SegName_file, _type_ is the segment type (translated to all
	uppercase), and _[attrib]_ is the attribute, if any, found in the 
	segment's _SegName_ descriptor.

	If the requested segment is not found, COEFindSeg echoes the string
	_"Not Found"_ to the standard output.

NOTES
	There are no notes.

DATE LAST UPDATED
	Oct 20, 2000