Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

grep -inv, sed -e "/blah/d" all only print pages at a time..?



I'm running a tcpdump process and filtering out common stuff like DNS and
common TCP communications and I've come into an annoying behaviour that I
wonder if someone could tell me more about.

When I pipe the output of tcpdump -i ppp0 into the following filters, I
only get to see data one page at a time. Not line-by-line like I'm used
to.

tcpdump -i ppp0 | sed -e "/Silver2/d" -e "/martina/d"

or

tcpdump -i ppp0 | grep -inv "silver2" | grep -inv "martina"

Can anyone shed some light on how I might be able to snag a line-by-line
behaviour out of these command lines?

Thanks, I appreciate any help anyone cna provide,

Marc Tooley
tooleym%douglas.bc.ca@localhost





Home | Main Index | Thread Index | Old Index