Hi everybody,
I have a file witch i want to edit. I want to insert new line just before a constante . Here is the content of the file :
------------------
tttt
tttt
::
ffff
fffff
---------------------
Here is the result i want using script shell ksh
------------------
tttt
tttt
new line test test
::
ffff
fffff
---------------------
Thanks for help
I have a file witch i want to edit. I want to insert new line just before a constante . Here is the content of the file :
------------------
tttt
tttt
::
ffff
fffff
---------------------
Here is the result i want using script shell ksh
------------------
tttt
tttt
new line test test
::
ffff
fffff
---------------------
Thanks for help