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



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Trouble with awk RichieFondel Shell Programming and Scripting 1 01-17-2008 07:30 AM
X trouble izua UNIX for Dummies Questions & Answers 0 01-03-2007 06:19 PM
Trouble with tr Mike@Work SUN Solaris 8 08-10-2006 03:04 PM
The trouble with... zazzybob What's on Your Mind? 6 01-18-2005 06:01 AM
trouble awk UNIX Desktop for Dummies Questions & Answers 1 11-22-2002 10:51 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rating: Thread Rating: 1 votes, 5.00 average. Display Modes
  #1 (permalink)  
Old 06-27-2001
chorse chorse is offline
Registered User
  
 

Join Date: Jun 2001
Posts: 2
The trouble with FIND .......

Afternoon,

I have a problem with the FIND and GREP commands working together.

The command that I am typing is this:-

find . -name *.sql -print --- This finds all files with an SQL suffix

I then want to examine all those files to check for the existence of a string in them.

I am attempting to find "ORACLE" in the matching files by typing this:-

find . -name *.sql -print -exec grep "ORACLE" *

This is obviously not correct. What should it be?

Cheers

Jason
  #2 (permalink)  
Old 06-27-2001
alwayslearningunix
Guest
  
 

Posts: n/a
Bits: 0 [Banking]
find . -name "*.sql" -exec grep -l "ORACLE" {} \;

This will list all the files which have the term "ORACLE" in them.

Regards.
  #3 (permalink)  
Old 06-27-2001
chorse chorse is offline
Registered User
  
 

Join Date: Jun 2001
Posts: 2
Speedy response

Thanks very much for your speedy response.

Magnificent.
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 03:29 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0