Comment by jayknight 2 years ago bash (at least) has a built-in mechanism to do thatdiff <(cmd1 | grep foo) <(cmd2 | grep foo) 1 comment jayknight Reply