hi ,
my problem is i am writing some shell scripts.
so i have to get a string from a text file.
i would like to explain clearly
eg1.txt is a text file. it contains the information like below
VERSION=1.00.00
actually this information(result) came from anothr binary file which is redirected to eg1.txt file.so from this file
i have to extract only the part ie 1.00.00 ie,
i need only that number.
the above one is the entire field. ie
VERSION=1.00.00 just it is the field in some file.
please give me the response
my problem is i am writing some shell scripts.
so i have to get a string from a text file.
i would like to explain clearly
eg1.txt is a text file. it contains the information like below
VERSION=1.00.00
actually this information(result) came from anothr binary file which is redirected to eg1.txt file.so from this file
i have to extract only the part ie 1.00.00 ie,
i need only that number.
the above one is the entire field. ie
VERSION=1.00.00 just it is the field in some file.
please give me the response