Nicer output via less (Entry Nr. 386, by user 1 | edit) |
|
|
This makes the ouput a bit nicer, by piping it into less.
tcpdump host en.gibney.org -A -s10000 | grep -Eo "(GET|POST).*" --line-buffered | less -S
(For some reason, grep needs to be told to stop buffering in this case. Maybe grep buffers depending on where the output goes to) |
|
|
Create a new entry at this position
|
|
|