Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2003 16:51:42 -0800 (PST)
From:      "Matthew N. Dodd" <mdodd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1
Message-ID:  <200303250051.h2P0pgN6076151@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mdodd       2003/03/24 16:51:42 PST

  FreeBSD src repository

  Modified files:
    usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 
  Log:
  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
  
  Revision  Changes    Path
  1.25      +1 -0      src/usr.sbin/pkg_install/info/info.h
  1.42      +7 -1      src/usr.sbin/pkg_install/info/main.c
  1.51      +2 -0      src/usr.sbin/pkg_install/info/perform.c
  1.46      +7 -1      src/usr.sbin/pkg_install/info/pkg_info.1

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303250051.h2P0pgN6076151>