On Thu, Jan 19, 2006 at 11:04:02PM +0100, Nico Golde wrote:
> Package: nmap
> Version: 3.95-1
> Severity: minor
> Hi,
> the manpage of nmap says:
> This scans 4096 IPs for any webservers (without pinging them) and saves
> the output in grepable and XML formats.
> 
> host -l company.com | cut -d -f 4 | nmap -v -iL -
> 
> This will not work:
> host -l debian.org | LC_ALL=C cut -d -f 4 | nmap -v -iL -       cut: the 
> delimiter must be a single character
> Try `cut --help' for more information.

The parenthesis got lost somehow -- it was supposed to be 
'cut "-d " -f 4'.  Anyway, this is a lame example for numerous reasons
and so I have removed it for the next version.

Cheers,
-F


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to