[Bug 482757] Review Request: objcryst-fox - Viewing and solving crystal structures from powder diffraction data

bugzilla at redhat.com bugzilla at redhat.com
Wed Jul 8 17:24:45 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=482757





--- Comment #9 from Jussi Lehtola <jussi.lehtola at iki.fi>  2009-07-08 13:24:43 EDT ---
(In reply to comment #8)
> - Instead of
>  find . -type d -name .svn -print0 | xargs -0r rm -rf
> you can just use
>  find . -name *.svn -exec rm -rf {} \;
> (or maybe even
>  find . -name *.svn -delete;
> )

Ugh, the .svn's are directories, so what you want to run is
 find . -name .svn -exec rm -rf {} \;

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list