![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| can anyone help with shell script command about searching word with grep command? | aintour | Shell Programming and Scripting | 2 | 10-14-2009 05:51 PM |
| How to feed the output from grep command to paste command | ks_reddy | Shell Programming and Scripting | 2 | 04-04-2009 04:47 AM |
| grep command | cool09ubuntu | UNIX for Dummies Questions & Answers | 2 | 02-03-2009 04:31 PM |
| how to exclude the GREP command from GREP | yamsin789 | UNIX for Advanced & Expert Users | 2 | 10-05-2007 03:59 AM |
| grep command | avadhani | Shell Programming and Scripting | 2 | 06-06-2005 09:26 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Help with Grep command
Hi,
I'm trying to search across a bunch of files for certain pattern. I want the output to only be a list of files that contain the pattern. I do: Code:
find . -type f -name "*.ACT" -exec grep pattern {} \;
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|