danielhpavey.uk

sed Command to search and replace in multiple files

for file in $(ack -l testing@ cypress/integration); do echo $file && gsed -i 's/testing/web-testing/g' $file; done

Date: Wednesday 25th May 2022