SED

How change the string in the text file without opening (vi editor etc.)

- I had a problem with very long text files on HP-UX:

sed s/"old_text_value"/"new_text_value"/input_text_file.txt > output_text_file.txt