这个 find 表达式我做错了什么?
; touch ook ooks ; find . -name 'ook' -or -name 'ooks' -type f ./ook ./ooks ; find . -name 'ook[s]?' -type f [returns nothing] ; echo $? 0
find regular-expression
find ×1
regular-expression ×1