Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
I have two files. one is reference other is a large dump file. First i need to segment the large dump file into 30 different files and compare it with the reference file. If column 1 of reference is not in column 1 of dump files print column 1, 3, 4 of reference file in a file. Also print the extra line in the compared file that doesn't match with reference file.
Summary: I need to compare two files: Basically I have an input file fileA. which need to be compare with fileb located in /etc/lc/mbd directroy Both file format is like: abc01def:10.80.11.123 The input file ...
Summary: first i need to copy the contents of file 1 to file 2. then after a delay of 5 mins (during this time file 1 will be filling with new data), i need to: compare two files and get the difference between...
Summary: I am trying to write a batch file that will take two files, compare them then give me the differences. Here is the scenerio: Prefile1 comes in and gets logged to c:\test\prefile1.log The program will ...