![]() |
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 |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can we grep a list of all running PIDs in a file !!?? | marconi | Shell Programming and Scripting | 1 | 12-20-2007 04:48 PM |
| How to grep a number in a file to find them in another file | ahjiefreak | Shell Programming and Scripting | 7 | 12-12-2007 06:01 AM |
| Help with find command and list in a long format each found file | alexcol | Shell Programming and Scripting | 5 | 12-10-2007 08:59 AM |
| How will you list only the empty lines in a file (using grep) | JosephGerard | UNIX for Dummies Questions & Answers | 1 | 07-21-2005 03:19 AM |
| how to use the grep to find detail in a file | etravels | SUN Solaris | 1 | 03-10-2004 02:03 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Or just use grep by itself, like this
grep -ril "172.17.0.0 network" * this will recursively check from the current directory down, ignoring case, and list the files that "172.17.0.0 network" are in. -r = recurse down from the current directory -i = ignore the case of the argument -l = list the file |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| grep recursive |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|