Если сделать так
test@test-desktop:~/$ nc google.com 80
test
HTTP/1.1 400 Bad Request ( The data is invalid. )
Via: 1.1 NOV-GW01
Connection: close
Proxy-Connection: close
Pragma: no-cache
Cache-Control: no-cache
Content-Type: text/html
Content-Length: 4022
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
А если так
echo test | nc google.com 80
То мы получим тишину, как при использование пайпов получить ответ. Спасибо.