I have two Linux xterms with "almost" the same setup. One setup works and the other doesn't for my application.
Is there a tool that can help me figure out which particular environment variable is causing the failure? (A visual diff)
Currently - I do
env > a1
env > a2
in the 2 xterms and do a diff on them.
But would like to know if there is a tool which can help me save some time. Thanks