try
nmap hostname > file.name
or to append to an existing file
nmap hostname >> file.name

this is a universal unix construct to redirect output ">"
  always takes stdout to whatever file you tell it, and ">>" always appends


Kevin Keithan wrote:

> I am using nmap and I am getting an output way to large. Is there a way 
> to pipe the output into a file? 
> 
>  
> 
> Thanks,
> 
>  
> 
> Kevin
> 


-- 
Matthew Boeckman                        (816) 777-2160
Manager - Systems Integration           Saepio Technologies
== 
                                                ==
...Many say that DOS is the dark side, but actually UNIX is more like 
the dark side: It's less likely to find the one way to destroy your 
incredibly powerful machine, and more likely to make upper management choke.
                        -Lore Sjoberg



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to