Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Two files showing mismatch in awk ?
Name: raptor3624 Date: April 2, 2007 at 06:51:14 Pacific OS: Win CPU/Ram: 2 GB RAM Product: AMD Turion
Comment:
I have two files ,file 1 and file 2, with lots of numbers. File 1: ******* 7251 7298 7302 7248 7154 7159 7304
I need to cat the two files in awk,sort both the files and bring out the unique numbers between the two.That is,any row with a count not equal to a number in the two files would be shown as a mismatch.How do I achieve this?The numbers run thousands.
Summary: Hi All, I've seen many questions/answers about combining or merging two files using awk but I can't quite get them to work for my situation. It's possible there is an answer out there but just haven't...
Summary: Hi experts, I need to compare two files and get the difference between the two files. F1 is the base file.I need to print out all the lines missing in F2, and the extra lines in F2 and also the mismat...