K 10 svn:author V 5 mdodd K 8 svn:date V 27 2003-03-25T00:51:41.000000Z K 7 svn:log V 229 Implement the 'Q' option which is like 'q' (quiet output) except that it prefaces the output with the package name. This is useful for things like this: # pkg_info -Qsa | awk -F : '{print $2 "\t" $1}' | sort -rn | expand -t 10 END