training is SLOW

Matthias Andree matthias.andree at gmx.de
Sat Sep 6 22:34:25 CEST 2003


"Rodney D. Myers" <rdmyers at pe.net> writes:

> When I put it into a script and run it, I get the following error;
>
> find: missing argument to `-exec'

-exec requires that there be a separate ";" argument.

Example:

find . -name '*.c' -exec "grep ^#ifdef {}" ';'

-- 
Matthias Andree

Encrypt your mail: my GnuPG key ID is 0x052E7D95




More information about the Bogofilter mailing list