bulk replacement

bulk replacement

de către Mitsuhiro Yoshida-
Număr de răspunsuri: 1
Fotografia lui Language pack maintainers

It would be very nice if we could have "bulk replacement feature" something like the following command in the future. Smile

find . -name "*.php" -exec sed -i 's/before/after/g' {} \;

Ca răspuns la Mitsuhiro Yoshida

Re: bulk replacement

de către David Mudrák-
Fotografia lui Language pack maintainers

Yes, that is definitely planned. Strings after such operation would go to the stage to be reviewed before the commit.