Looking for a simple ways to output the byte 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