View Single Post
Old 11-22-2005, 09:43 AM   #1 (permalink)
j0hnb
Crazy
 
Location: Arnold, MD
[awk]Input script

I need a script that will do this:
1) accepts lines of input from another process (tethereal);
2) print portions (fields) of each input line to a file;
3) When the file contains a certain number of lines, a new file is
started.
Can anyone help me out with it?
j0hnb is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46