|
Help need in modifying the text of .txt file
Hi All,
I've written a shell script in which i defined two varibles
for example:
str=1.0.0.15
timeStamp=2008.03.08
now using this varibles i need to modify a text file.
The text content looks like this
************************
* packageNumber : 1.0.0.14 *
* date : 2008.02.08 *
************************
after executing the shell script, the text must look like this
************************
* packageNumber : 1.0.0.15 *
* date : 2008.03.08 *
************************
Could anybody help me in resolving this issue?
Thanks,
Vinna
|