Monday, August 22, 2016

Replace command

<-------------------------------------- Replace command -------------------------------------------------------->


sudo find /home/ngit/tomcat/webapps/mrb/js/ -type f -print0 | xargs -0 sed -i 's/KisanBazaar/KisanPoint/g';


Replace kisanbazar with kisanpoint