#573332 Missing "grep -f FILE" equivalent

Package:
dctrl-tools
Source:
dctrl-tools
Description:
Command-line tools to process Debian package information
Submitter:
Goswin von Brederlow
Date:
2010-03-10 16:48:08 UTC
Severity:
wishlist
#573332#5
Date:
2010-03-10 16:46:59 UTC
From:
To:
Hi,

yet again I find myself confronted by the problem of filtering a
Packages file by a a list from a file. With grep one can use

   grep -f FILE

to avoid building a HUGE command line for such cases. That also avoids
the problem of the command line overflowing. Grep-dctrl should have a
similar option with the extension to specify what field to match the
patterns in the file against, e.g.

  grep-dctrl -f Maintainer MAINTAINER-FILE

MfG
	Goswin