/ Published in: Bash
Using a sorted list remove all the lines in file2 from file1
Expand |
Embed | Plain Text
comm -23 file1 file2 > file3
You need to login to post a comment.
Using a sorted list remove all the lines in file2 from file1
comm -23 file1 file2 > file3
You need to login to post a comment.