I have two strings. For the sake of the example they are set like this:
string1=\"test toast\" string2=\"test test\"
What I want is to find
Just yet another way using Bash only.
string1="test toast" string2="test test" len=${#string1} for ((i=0; i