I have two text files in which I have to use the comm command to extract all unique words from file 1. So just those that are not in file 2.
I was asked to use the
comm
command (not diff
nor join
).
I have tried a lot of things such as comm -32 file1 file2
, but this returns all the words in file 1.
Asked by hdb004
(1 rep)
Oct 29, 2013, 09:04 AM
Last activity: Aug 20, 2023, 01:40 PM
Last activity: Aug 20, 2023, 01:40 PM