The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #15 (permalink)  
Old 01-28-2007
fredao fredao is offline
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?
Reply With Quote