On Aug 18, 2022 / 13:06, Bart Van Assche wrote: > On 8/17/22 18:26, Shin'ichiro Kawasaki wrote: > > + count=$(find "$libpath" -name "$ko_underscore" -or \ > > + -name "$ko_hyphen" | wc -l) > > Do all Linux find executables support -or? It's probably safer to use -o > instead of -or. Thanks. I agree that -o is safer. Will use -o. -- Shin'ichiro Kawasaki