bulk replacement

bulk replacement

by Mitsuhiro Yoshida -
အကြောင်းပြန်မှု အရေအတွက်: 1
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' {} \;