in reply to Yearbook fun

What is "nc"? For me, it's the NEdit Client.

Replies are listed 'Best First'.
RE: What is nc?
by Xavier (Novice) on Feb 05, 2000 at 20:40 UTC
    nc is a great little program called netcat. you give it a hostname and a port and it will open a bi-directional link to that. nc localhost 80 allows you to talk directly to the http server, for example. unless you really want to learn http 1.1 you're better off using the perl modules out there for accessing internet services.