On Fri, 3 Sep 2004, Williams Jon wrote: > Also, my input is coming from a script that does a tcpdump in a loop, > but if I just pipe the output directly to nbs, nbsdump blocks until I > end the script. For example, if I do: from "man tcpdump" -l Make stdout line buffered. Useful if you want to see the data while capturing it. E.g., ``tcpdump -l | tee dat'' or ``tcpdump -l > dat & tail -f dat''. Paul ----------------------------------------------------------------------------- Paul D. Robertson "My statements in this message are personal opinions proberts@private which may have no basis whatsoever in fact." _______________________________________________ LogAnalysis mailing list LogAnalysis@private http://lists.shmoo.com/mailman/listinfo/loganalysis
This archive was generated by hypermail 2.1.3 : Fri Sep 03 2004 - 11:19:45 PDT