Re: [Evolution] exec command
- From: Alex S Moore <asmoore edge net>
- To: evolution lists ximian com
- Subject: Re: [Evolution] exec command
- Date: Thu, 4 Mar 2004 13:16:02 -0600
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]