Comment 0 for bug 58883

Revision history for this message
Garrison Hoffman (garrison-codefix) wrote : find -regex ignores case

Binary package hint: findutils

find /usr/bin -regex '[/A-Z]+' prints everything in /usr/bin instead of just files with upper case characters. In other words it functions exactly like -iregex.