[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?
|