Re: svn rename glob?
From: Toby Thain <toby_at_telegraphics.com.au>
Date: Sun, 11 Jan 2009 02:48:35 -0500
On 10-Jan-09, at 3:50 PM, Steve Cohen wrote:
> I wish to rename all files in a directory tree by changing their
Recursively rename all '.c' to '.cpp' in current working copy directory:
$ find . -name \*.c |perl -n -e 'chomp; m/^(.*)\.[^\/]*$/ && system
>
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.