How can I compare two cvs files line by line only and put the non-matching lines into a new file??
Broken down questions,
I have two CVS files, 1 and 2 respectivly, each has lets say two fields... Name and Badge
I need to compare the differences on file 2 with file 1. Or easier said... I need to know what is on file 2 that is not on file one and move that information two file 3?
I need this to be done line by line, not chacter per charcter....
I have looked at "man diff" and I cannot figure out if this command will do this or not.. It does not seem to output like i needed..
I have looked at comm, of course the man page is kinda small on this one.. so I doubt this will do what I need. and I have looked at all commands related to these two....
Is there anything out there???
Also I am not sure if this is the correct forum to ask this question... as it applies to unix or linux.
Thanks
Trey