what is the best way to extract part of a string from a linux file?
I have to get a chronicle of a program package from a linux file. i. e. a record has a line below, VERSION=1. 5. 3. 0 What’s a most appropriate approach to collect a “1. 5. 3. 0″ Thanks in advance. ...