Re: Sed reqular expression
Lars Schouw wrote:
> How do I rename a lot of source code using sed?
>
> before foo_test_1(var_test t)
> after FooTest1(varTest t)
>
> or if that is to diffcult
> FooTest1(VarTest t)
>
> Cheers
> Lars Schouw
>
You're severely restricting the responses you get by insisting on a
"sed" solution, so if that isn't really a requirement, let us know.
Ed.
|