![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tail?? | qfwfq | Shell Programming and Scripting | 7 | 06-18-2006 10:15 PM |
| tail command.. | amon | Shell Programming and Scripting | 2 | 06-02-2006 01:36 AM |
| Help on scripting using tail | jisc | Shell Programming and Scripting | 4 | 05-19-2006 12:15 AM |
| how to sed with tail | redlotus72 | UNIX for Dummies Questions & Answers | 1 | 08-30-2005 02:27 AM |
| using tail -f | cdunavent | Shell Programming and Scripting | 6 | 10-23-2002 02:10 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
tail -f
I am trying to extract a particular line from a.log which keeps appending every sec and output that into a newfile b.log which should append itself with filtered data received from a.log
I tried tail -f a.log |grep fail| tee -a b.log nothing in b.log tail -f a.log |grep fail >>b.log nothin shows up in b.log what am i missing? Is there an option similar to tail -f with awk? |
| Forum Sponsor | ||
|
|