![]() |
|
|
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 |
| Searching mutiple word - Tuning grep command | senthilkumar_ak | UNIX for Dummies Questions & Answers | 8 | 08-13-2008 04:25 AM |
| Searching word in a file with awk | studieu | Shell Programming and Scripting | 3 | 07-09-2008 12:28 PM |
| searching word in files | naamas03 | UNIX for Dummies Questions & Answers | 2 | 11-06-2006 05:26 AM |
| Can a shell script pull the first word (or nth word) off each line of a text file? | tricky | Shell Programming and Scripting | 5 | 08-17-2006 07:29 AM |
| Searching for key word within a file | moradwan | UNIX for Dummies Questions & Answers | 1 | 03-08-2006 03:31 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
searching in a while where a word is not there.
Hi,
I am new to unix, pls help I have a file suc_Logfile file. liek this. output success success abc Now i need to generate a file in shell script where it shows only abc. Now i am doing like this grep "^successfully\|$" $suc_Logfile >> $Final_Suc Pls help. Thanks, Sailaja |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|