[exim] Re: Feature Request - exim_dbmbuild

Top Page
Delete this message
Reply to this message
Author: Bernard Massot
Date:  
To: exim-users
Subject: [exim] Re: Feature Request - exim_dbmbuild
On Mon, Jan 10, 2005 at 01:54:35PM -0800, Marc Perkel wrote:
> How about the ability to pass wildcards as source files so that it can
> bring in all the text files in a directory and compile them into a DBM file?
>
> exim_dbmbuild *.txt result.dbm

In this example, the wild card would be handled by the shell, not by
exim_dbmbuild. Anyway it wouldn't really useful to add multiple input
files support since it can simply be done this way :
cat *.txt | exim_dbmbuild - result.dbm
--
Bernard Massot