From: Jeffrey Stedfast <[EMAIL PROTECTED]> To: "Celsun ." <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [Evolution] exec command Date: Thu, 04 Mar 2004 14:25:09 -0500
I use the following command:
find evolution -name "mbox.*" -exec rm -f {} \;
Jeff
Thanks for your reply Jeff.
Does the above command remove "mbox.ibex.index" and "mbox.ibex.index.data" files?
Another question for you. Do the contents of ~/evolution/cache/http also need to be deleted before backing up evo?
On Thu, 2004-03-04 at 13:38 -0500, Celsun . 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.
>
> I'm pruning the indexing files before backing up evolution. What is the
> missing argument?
>
>
> TIA,
>
> Celsun
>
> _______________________________________________
> evolution maillist - [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/evolution
-- Jeffrey Stedfast Evolution Hacker - Ximian, Inc. [EMAIL PROTECTED] - www.ximian.com
_________________________________________________________________
Create a Job Alert on MSN Careers and enter for a chance to win $1000! http://msn.careerbuilder.com/promo/kaday.htm?siteid=CBMSN_1K&sc_extcmp=JS_JASweep_MSNHotm2
_______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
