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 -->
  #4 (permalink)  
Old 05-18-2008
aju_kup aju_kup is offline
Registered User
 

Join Date: Jul 2006
Posts: 189
try this one

Code:
find /path/to/find -name "INTR*" | xargs nawk '{ some statments }'
Reply With Quote