[Techtalk] finding added lines in a file

Little Girl littlergirl at gmail.com
Fri Aug 16 03:30:22 UTC 2013


Hey there,

Miriam English wrote:

> Anybody know the secret?

Two more for you (you've created a monster!):

join -v 2 <(sort 1.txt) <(sort 2.txt)

grep -v -f 1.txt 2.txt

-- 
Little Girl

There is no spoon.


More information about the Techtalk mailing list