bash, Linux: Set difference between two text files
- by Adam Matan
Hi,
I have two files nodes_to_delete and nodes_to_keep. Each file has a many lines with numeric ids.
I want to have the list of numeric ids that are in nodes_to_delete but NOT in nodes_to_keep.
Adam