I need to edit lines in a text file using a ksh script.
The text file may have entries such as:
blah blah blah 1
blah blah blah 2
blah blah blah 3
.
.
.
I need to be able to edit specific lines without damaging the other lines in the text file. For example, if I need to make the text
blah blah blah 1
bl bl bl 2
blah blah blah 3
.
.
.
I need to edit only one line. Or i need to delete only one line. without damaging the other lines.
Does anyone know how I can do that?
Kenneth
The text file may have entries such as:
blah blah blah 1
blah blah blah 2
blah blah blah 3
.
.
.
I need to be able to edit specific lines without damaging the other lines in the text file. For example, if I need to make the text
blah blah blah 1
bl bl bl 2
blah blah blah 3
.
.
.
I need to edit only one line. Or i need to delete only one line. without damaging the other lines.
Does anyone know how I can do that?
Kenneth