Re: find / -iregex not working as expected

2015-11-12 Thread Eric Blake
On 11/12/2015 08:41 AM, Michael Convey wrote: > I'm trying to find the following files with a single 'find' statement: > > /var/lib/postgresql/9.4/main/postgresql.auto.conf > /usr/lib/tmpfiles.d/postgresql.conf > /etc/postgresql/9.4/main/postgresql.conf > > I tried the following (and more), but I

find / -iregex not working as expected

2015-11-12 Thread Michael Convey
I'm trying to find the following files with a single 'find' statement: /var/lib/postgresql/9.4/main/postgresql.auto.conf /usr/lib/tmpfiles.d/postgresql.conf /etc/postgresql/9.4/main/postgresql.conf I tried the following (and more), but I can't figure it out: find / -iregex "*postgresql.*.conf" f