On Thu, 04 Mar 2004 13:38:50 -0500
"Celsun ." <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> Issuing this command:  find evolution -name "mbox.*" -exec rm -f '{}' ';'
> 
> to prune indexing files in ~/evolution/local/(sub) folders results in:   
> missing argument to 'exec'
> 
> As of yet, I don't know what the builtins are or how to see bash(1) for
> the bash builtin commands.

Well, on my system, I would use the following.

find evolution \( -name 'mbox.*' \) -exec rm -f {} \;

Alex
_______________________________________________
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution

Reply via email to