Is anybody else not able to get nc -lp 8888 working on Mac OS X? Is there another way to get this to work?

link|improve this question

How does it not work? Does it return an error? – heavyd Mar 3 '10 at 1:58
I am not near a mac right now, but it returns the useage. nc -lp 8888 works on my Ubuntu box. – kzh Mar 3 '10 at 15:50
feedback

1 Answer

up vote 5 down vote accepted

It looks to me as if the -p option does nothing on the OS X version of netcat. To get it to work, I must do nc -l localhost 8888.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.