waiting485
Programmer
I have a file ( programs.list ) which contains all the programs where I need to add one more line after I find a prticular string.
program.list has contents like this.
woctr.c
soptr.c
ptpart.c
adstr.c
.
.
etc...
There are about 200 file names in the program.list
Here is the string which is common in all these .c files.
{create.v}
Now I need to find this string {create.v} and add a line after it so that it looks like following.
{create.v}
{modify.v}
Thanks in Advance to all of you.
program.list has contents like this.
woctr.c
soptr.c
ptpart.c
adstr.c
.
.
etc...
There are about 200 file names in the program.list
Here is the string which is common in all these .c files.
{create.v}
Now I need to find this string {create.v} and add a line after it so that it looks like following.
{create.v}
{modify.v}
Thanks in Advance to all of you.