[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Take a look to this "Windows" site



Alexander Poslavsky <plovs@apollo.lv> writes:

> On 06 Oct 2001 18:40:51 +0200
> Florian Weimer <Florian.Weimer@RUS.Uni-Stuttgart.DE> wrote:
> 
> > Tim van Erven <tripudium@chello.nl> writes:
> > 
> > > alias slashbored='echo -e "HEAD / HTTP/1.0\n\n" | nc slashdot.org 80 |
> 
> I have been reading your thread and have not been able to figure out
> what nc is (please let the answer not be netscape or something, I'll
> be embarrased for life and never post anything again).

On my OpenBSD box:
---------------------------------------------
[ger@openbsd: ~]% which nc ; echo ¨;  man nc | head -18
/usr/bin/nc

NC(1)                      OpenBSD Reference Manual                      NC(1)

NAME
     nc - arbitrary TCP and UDP connections and listens

SYNOPSIS
     nc [-lnrtuvz] [-e command] [-g intermediates] [-G hopcount] [-i interval]
        [-o filename] [-p source port] [-s ip address] [-w timeout] [hostname]
        [port[s...]]

DESCRIPTION
     The nc (or netcat) utility is used for just about anything under the sun
     involving TCP or UDP.  It can open TCP connections, send UDP packets,
     listen on arbitrary TCP and UDP ports, do port scanning, and source rout-
     ing.  Unlike telnet(1), nc scripts nicely, and separates error messages
     onto standard error instead of sending them to standard output, as tel-
     net(1) does with some.
---------------------------------------------

It seems to be called netcat in Debian.

/g.

-- 
Gustaf Erikson -+- +46 70 444 0726 -+- [http://stureby.net/]
 



Reply to: