Sunday, October 19, 2008

Package management

List the files that make up a package:

pkgchk -l PKG | awk '/Pathname:/ {print $2}'

where PKG could be any package

No comments: