> from the manpage is appended. I've found that the following is a simple > approximation: > > for i in `rpm -qac`; do if [ -f $i.rpmsave ]; then rpm -qf $i;\ > ls -l $i $i.rpmsave; echo; fi done grep ".rpmsave" /tmp/upgrade.log grep ".rpmnew" /tmp/upgrade.log is more direct -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
- Something like IRIX 'versions changed'? Jason L Tibbitts III
- Re: Something like IRIX 'versions changed'? Alan Cox
- Re: Something like IRIX 'versions changed'? Benno Senoner
- Re: Something like IRIX 'versions changed'? Jason L Tibbitts III