Finding duplicate package or port installations in FreeBSD can be done with the following command:
pkg_info | sort | sed -e 's/-[0-9].*$//' | \ uniq -c | grep -v '^[[:space:]]*1'
[EoF]
Posted in Computer Related, FreeBSD, Open Source, Random Notes & Tips | Tags: freebsd, ports
Name* Email* Website
Your response:
Notify me of follow-up comments via email.