Showing posts with label sentence. Show all posts
Showing posts with label sentence. Show all posts

21 October 2014

Replace sentence or word in file linux

For replace world in file

sed -i 's/OLd_text/new_text/g' fileName

ex sed -i 's/my_world/hello_world/g' hello.txt

output :-


For replace Sentence