Y
Hacker News
new
|
ask
|
show
|
jobs
by
rmc
5230 days ago
Tis good, but it doesn't show how to read from the connection, only how to send data.
1 comments
gregfjohnson
5230 days ago
One way to do this:
read line <&456
To see what you got:
echo $line
link
read line <&456
To see what you got:
echo $line