I am new to shell scripting.
I want to know is there a way in which I can get a difference of two strings or values of two variables.
There are two variables:
value1 = "alok"
value2 = "kumar alok"
so I want to get a result as
result = value1~value2
my expected result is
result="kumar"
is there any way I can do it?
can someone help me or give me some suggestions in the way it can be done...
Thanks
Alok.Kr.