Shell command output unique IDs... comm command
i'm using the line command comm but i'm getting zero results.
comm -23 newid.txt master.txt > new.txt
I'm trying to pull all the unique id's from newid.txt is there another method I can use? both files have been sorted already.
|