The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: grep and xargs
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 11-22-2007
freakygs freakygs is offline
Registered User
  
 

Join Date: Nov 2007
Posts: 15
grep and xargs

guys... I wanna use xargs in such a way that i can use it in grepping the fileds..

something like this:

grep -p <xargs values> *

lemme know how to do this..