Y
Hacker News
new
|
ask
|
show
|
jobs
by
spinningarrow
3399 days ago
What's the correct command for BSD nc (on macOS)? For the `-l` option, the manual says "It is an error to use this option in conjunction with the -p, -s, or -z options".
1 comments
gchaincl
3399 days ago
I think nc -l 80 should do it
link