gibney.org : Technology : Linux : Substract on file from another


just a logo :)

search:


See as: raw | code

terms of service | imprint

gibney.org
is powered by m1d1





Substract on file from another
(Entry Nr. 490, by user 1 | edit)
Find all lines that are in file2 and not in file1:

grep -vxF -f file1 file2
Create a new entry at this position