in reply to
RPMS and file md5s
If you just want the filenames, you could just try this at the command line:
rpm -Va | perl -wne 'print if /^..5/'
[download]
or use rpm -V
packagename
| ... if you want to query by package.
Comment on
Re: RPMS and file md5s
Download
Code
In Section
Seekers of Perl Wisdom