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
Forum 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 -->
#
14
(
permalink
)
01-28-2007
radoulov
addict
Join Date: Jan 2007
Location: Milan, Italy/Varna, Bulgaria
Posts: 1,516
And, of course, (given your input format) with GNU grep:
Code:
grep -B2 -A5 -f file2 file1
Last edited by radoulov; 01-28-2007 at
07:07 AM
.
radoulov
View Public Profile
Find all posts by radoulov