Looking for a simple ways to output the index at which two strings differ.  Here
is one:

cmp <(echo "hello") <(echo "help") | cut -d' ' -f5 | tr -d ,

Any other suggestions?

-- 
Yorick


Reply via email to