bulk replacement

bulk replacement

{$a->নাম} - {$a->তারিখ} দ্বারা
Number of replies: 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' {} \;