Richard Gould wrote:
>
>>find . -name ".project" -exec rm \{} \;
>>
>>This will delete your existing .classpath files recursively and painlessly.
>>
>>
>
>Um, that will delete all .project files :)
>
>
Yikes... Haha, that was a bad one. Ah well, you get the idea.