/ Published in: Bash
Using a sorted list remove all the lines in file2 from file1
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
comm -23 file1 file2 > file3