gibney.org
:
Technology
:
Linux
:
Substract on file from another
(Entry Nr. 490, by user 1 |
edit
)
Find all lines that are in file2 and not in file1: <br> <br><span class=span_content_bash>grep -vxF -f file1 file2</a>
Create a new entry at this position