Linux command to replace a string across multiple files
sed -i ’s/product1.php/product.php/g’ *.php In the command above “product1.php” is replaced with “product.php” across all files with extension “.php” within the project folder.
sed -i ’s/product1.php/product.php/g’ *.php In the command above “product1.php” is replaced with “product.php” across all files with extension “.php” within the project folder.
The Khan Academy is a not-for-profit 501(c)(3) with the mission of providing a world-class education to anyone, anywhere. Despite being the work of one man, Salman Khan, this 1600+ video library [...]