SED command in Linux
by Mareeswari[ Edit ] 2013-04-30 14:29:42
SED command in Linux:
Sed command is mostly used to replace the text in a file. Below command is used to replace all the occurrences of the string in the line.
sed "s/hai/cm/g" /opt/lampp/htdocs/pk/heart.html