newlines (91B)
1 #!/bin/sh 2 awk 'FNR == NR { oldfile[$0]=1; }; 3 FNR != NR { if(oldfile[$0]==0) print; }'