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
$
|