Answers for "use vim or perl to replace the cdc_ string in chromedriver"

0

use vim or perl to replace the cdc_ string in chromedriver

perl -pi -e 's/cdc_/dog_/g' /path/to/chromedriver
Posted by: Guest on June-05-2021

Browse Popular Code Answers by Language