diff command output
vimdiff <(ls) <(ls ~/otherDir)
Compare the output of two commands using vimdiff
and bash "process substitution"
vimdiff <(ls) <(ls ~/otherDir)
Compare the output of two commands using vimdiff
and bash "process substitution"