Activity log for bug #58883

Date Who What changed Old value New value Message
2006-09-04 15:48:22 Garrison Hoffman bug added bug
2006-09-04 16:29:41 Garrison Hoffman description 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. Binary package hint: findutils find /usr/bin -regex '[/A-Z]+' prints everything in /usr/bin instead of just files with all upper case characters (none); in other words, it functions exactly like -iregex. find /usr/bin -regex '[/ABCDEFGHIJKLMNOPQRSTUVWXYZ]+' works as expected. A better workaround is to use a different -regextype with posix character classes, e.g. find /usr/bin -regextype posix-egrep -regex '[/[:UPPER:]]+'
2006-09-04 16:29:41 Garrison Hoffman title find -regex ignores case find -regex sometimes ignores case
2007-11-17 17:10:12 Kjell Braden findutils: status New Fix Released
2010-05-25 23:28:24 dafintrash findutils (Ubuntu): status Fix Released Fix Committed
2012-07-27 16:36:28 Kjell Braden removed subscriber Kjell Braden
2014-12-10 10:37:20 MadMat bug added subscriber MadMat