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 > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 10-06-2008
nervous nervous is offline
Registered User
  
 

Join Date: Sep 2006
Posts: 55
I tried the following:
Code:
find . -name "*" -exec awk '/IsAlpha/{print NR,FILENAME}' {} \;
But it takes very long time to finish, please note that I have to search in directory /data/Programs, but I think this command continues searching in whole /data directory, any suggestions to improve this search? Thanks in advance.