OpenSolaris

Printable Version Enter a New Search
Bug ID 4414615
Synopsis *keywords* example in comments is wrong
State 10-Fix Delivered (Fix available in build)
Category:Subcategory consolidation:os-net-tools
Keywords find | keywords
Responsible Engineer Peter Memishian
Reported Against 2.8
Duplicate Of
Introduced In solaris_8
Commit to Fix snv_26
Fixed In snv_26
Release Fixed solaris_nevada(snv_26)
Related Bugs
Submit Date 13-February-2001
Last Update Date 8-June-2007
Description
As per synopsis.  The 'find' command quoted is incorrect and will not work.

#       % cd $CODEMGR_WS/usr/src
#       % keywords #       `find . -name SCCS -prune -o -name '*Make*' -print -o '*.csh' -print`

$ keywords `find . -name SCCS -prune -o -name '*Make*' -print -o '*.csh' -print`
find: bad option *.csh
find: path-list predicate-list
$ 
Work Around
N/A
Comments
N/A