`diff` the output of two commands without creating a temporary file manually (bash): diff <(ls dir1) <(ls dir2)