compling·17 anni fa·discussProcess Substitution in bashcomm <(sort file1) <(sort file2) (comm file1 and file2 without temp files)
comm <(sort file1) <(sort file2) (comm file1 and file2 without temp files)