Searched hist:112572 (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.sbin/pkg_install/info/
H A Dinfo.hdiff 112572 Mon Mar 24 22:51:41 MST 2003 mdodd 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
H A Dmain.cdiff 112572 Mon Mar 24 22:51:41 MST 2003 mdodd 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
H A Dperform.cdiff 112572 Mon Mar 24 22:51:41 MST 2003 mdodd 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
H A Dpkg_info.1diff 112572 Mon Mar 24 22:51:41 MST 2003 mdodd 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

Completed in 90 milliseconds