David Boles wrote:
My results from rpm -q $(rpm -qa --queryformat %{NAME}'\n' | sort | uniq -d) are bash: uniq-d: command not found rpmq: no arguments given for query
You missed the space between the "uniq" and the "-d" Paul.
David Boles wrote:
My results from rpm -q $(rpm -qa --queryformat %{NAME}'\n' | sort | uniq -d) are bash: uniq-d: command not found rpmq: no arguments given for query
You missed the space between the "uniq" and the "-d" Paul.