Hi,
I have many lines of form: A:B:C
I want to print those lines(complete) where the 3rd field (fields separated by :) contain a certain pattern.
Example:
new/old:california/new york:/ms/dist/fx/PROJ/fx/startScript
new/old:startScript/new york:/ms/dist/fx/PROJ/fx/stopScript
When searching for pattern startScript, the 1st line should be printed and not the 2nd one.
Thanks,
Jagrati