Ask HN: Best Unix Tricks? 17 years agoProcess Substitution in bashcomm <(sort file1) <(sort file2) (comm file1 and file2 without temp files) 0ThreadHN