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.
Compare two files for match -solari
Name: jacky599 Date: October 21, 2008 at 07:46:47 Pacific OS: solaris CPU/Ram: solaris Product: 10
Comment:
I am using solaris, need either awk/shell or perl script to compate two files. both of these file1 and file2 are located in two diffent location path in the same server. file1 location: /export/db/mna file2: /etc/dba
The script will compare in file1 first field (e.g. abc00asp)before colon: and will look for match in file2 second field (e.g. abc00asp)
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: 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 ...
Summary: 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 n...