The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

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




Thread: explain Xargs ?
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 01-06-2009
santosh1234 santosh1234 is offline
Registered User
  
 

Join Date: Dec 2008
Posts: 16
explain Xargs ?

hi all ,
i am using the following command :
find . -type f | xargs grep <pattern>
can u explain me what is the importance of xargs here ?