![]() |
|
|
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 |
| the stream edditor | moxxx68 | UNIX for Advanced & Expert Users | 2 | 10-28-2004 04:32 PM |
| File I/O Stream | rooh | High Level Programming | 0 | 05-05-2004 04:23 PM |
| TCP stream rebuild | macdonto | IP Networking | 1 | 04-12-2002 09:02 AM |
| Stream MP3s | ByondF1 | UNIX for Dummies Questions & Answers | 2 | 01-16-2002 07:23 PM |
| stream output?? | solvman | High Level Programming | 2 | 10-18-2001 01:51 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Using Awk for stream log
Hi Master,
I've log in here then try parsing log become : 3GPP-IMSI,Calling-Station-Id 528111500111614,6738790448 528111500068173,6738769831 ..... it is possible to use awk? cause i 've try awk ' /\Accounting\ /{f=1} f && /\3GPP-IMSI \:\ String Value\ /{imsi=$4} f && /\Calling-Station-Id\ \:\ String Value\ /{msisdn=$4} f && /Parsed /{ s= nas "," imsi "," msisdn rint s f=0 }' SBR_FE2_grep.log and still error Last edited by otheus; 01-30-2009 at 08:05 AM.. Reason: co0rrected URL |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|