1 tool · 1 with a matching recipe in text-processing
Stream editor for filtering and transforming text.
grep -rl 'old' . | xargs perl -pi -e 's/old/new/g'