The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
compare two files
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
compare two files
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
15
(
permalink
)
01-28-2007
fredao
Registered User
Join Date: Dec 2006
Posts: 58
Quote:
Originally Posted by
radoulov
And, of course, (given your input format) with GNU grep:
Code:
grep -B2 -A5 -f file2 file1
what does this mean?
fredao
View Public Profile
Find all posts by fredao