SED command in Linux

by Mareeswari 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

Tagged in:

1126
like
0
dislike
0
mail
flag

You must LOGIN to add comments