![]() |
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 |
| reading a text file in c++ | vishy_85 | High Level Programming | 1 | 05-26-2009 02:41 AM |
| Ping text file of ip addressese and output to text file | Lasthitlarry | Shell Programming and Scripting | 11 | 10-24-2008 04:51 PM |
| Help with reading text file | bilal05 | UNIX for Dummies Questions & Answers | 1 | 04-12-2008 03:46 PM |
| reading text file | jaan | Shell Programming and Scripting | 1 | 02-16-2004 08:43 AM |
| grep multiple text files in folder into 1 text file? | coppertone | UNIX for Dummies Questions & Answers | 7 | 08-23-2002 02:50 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Reading from a text file then /grep/output
I have a list of words that I want to grep in many files to see which ones have it and which ones dont.
in the text file I have all the words listed line by line, ex: list.txt: check try this word1 word2 open space list .. I want to grep each line one by one. like I want it to grep "check" *.log grep "try this" *.log grep "word1" *.log .. etc how can I do this? and maybe write the output to a file. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|