Re: [Evolution] exec command



On Thu, 04 Mar 2004 13:38:50 -0500
"Celsun ." <tarcell hotmail com> 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]