> $ rpm -qf /usr/share/aclocal/libtool.m4 > libtool-1.5.6-4 > > $ rpm -qf '*.m4'
Either do rpm -qf *.m4 without quotes, or rpm -qf `locate .m4` rpm -qf always needs a real file to query, not a wildcard. Cheers, Kuba Ober
> $ rpm -qf /usr/share/aclocal/libtool.m4 > libtool-1.5.6-4 > > $ rpm -qf '*.m4'
Either do rpm -qf *.m4 without quotes, or rpm -qf `locate .m4` rpm -qf always needs a real file to query, not a wildcard. Cheers, Kuba Ober