bulk replacement

bulk replacement

ໂດຍ 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' {} \;