satishgaudo.com

Understanding technology

Archive for August 26th, 2010

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.

26 August 2010 at 11:27 - Comments

Learn at Ease through videos: Khan Academy

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 [...]

26 August 2010 at 11:20 - Comments