In a shell script you’re probably testing a variable against some constant or another variable, but why not run a command in a subshell and compare the output? You could even compare the output of two subshell commands! I guess most of the time i’m doing something like this i’m …