sudo ngrep -W byline -qilw 'get' tcp dst port 80 | grep -i ".*" |tee /tmp/output
ou
sudo ngrep -W byline -qilw 'get' tcp dst port 80 | grep -i ".*" > /tmp/output
não escreva nada em / tmp / output, quando eu fizer uma requisição http get. Sem redirecionamento, posso obter alguma saída no stdout. Por quê?
Tags stdout