[exim] Re: Feature Request - exim_dbmbuild

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Bernard Massot
日付:  
To: exim-users
題目: [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