in reply to comparing 2 files and creating third file with uncommon content
will find the differences and write them to file3.diff -n file1 file2 | egrep -v '^[ad]' > file3
You may need to install cygwin or native versions of these tools.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: comparing 2 files and creating third file with uncommon content
by fullermd (Vicar) on Jun 18, 2014 at 18:19 UTC |