Greetings!
I have a text file with parameter set as follows:
NameOfParameter Value1 Value2 Value3 ... ...
I want to find needed parameter by its NameOfParameter using regexp pattern and return a selected Value to my Bash script. I tried to do this with grep, but it returns a whole line instead of Value.
Could you help me to find as approach please?