From SO: http://bit.ly/2hxSOJp
The OP over there has 2 files and want the different rows written to a 3rd file.
Simple:
diff (gc $file1) (gc $file2) -passthru | sc $file3
▪
From SO: http://bit.ly/2hxSOJp
The OP over there has 2 files and want the different rows written to a 3rd file.
Simple:
diff (gc $file1) (gc $file2) -passthru | sc $file3
▪