FIXED: -N flag for find?

I want to find all the nodes named wCOMMON

currently
find -x -n wCOMMON also lists all of its children. I just want a list of only the nodes named wCOMMON, not their children.

d

good suggestion. will be in the next release. command will be

find -x -N -n wCommon

Selina