Hi Im looking for script that will do following:
read file1
Check file 2 && file 3
if <item> found in file1=file2 replace file1 text with instuction1{/abc/123/222/zxy/ my name/abc/Unix}
if item found in file1=file3 replace file1 text with instruction2{/abc/123/333/xyz/my name/abc/Unix}
I was able to repace string in the file but cant replace with {/abc/123/333/xyz/my name/abc/Unix}
Regards
read file1
Check file 2 && file 3
if <item> found in file1=file2 replace file1 text with instuction1{/abc/123/222/zxy/ my name/abc/Unix}
if item found in file1=file3 replace file1 text with instruction2{/abc/123/333/xyz/my name/abc/Unix}
I was able to repace string in the file but cant replace with {/abc/123/333/xyz/my name/abc/Unix}
Regards