Skip to main content
Post Made Community Wiki
Source Link
Alex B
  • 4.6k
  • 5
  • 41
  • 41

diff the output of two commands without creating a temporary file manually (bash):

diff <(ls dir1) <(ls dir2)