The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Comparing Two Binary Folders
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Comparing Two Binary Folders
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
03-17-2009
va2206
Registered User
Join Date: Feb 2009
Posts: 7
Hi,
Comparing two files you can use below one..
this might help you..
awk 'FNR==NR {a[$0]++; next} a[$0]' file1 file2
Thanks
Va2206
va2206
View Public Profile
Find all posts by va2206
Find va2206's past nominations received
Find va2206's present nominations given