RE: print to a file

2002-07-08 Thread Jay Daniels
f Of Willem van der Walt<[EMAIL PROTECTED]> > > Sent: Monday, July 08, 2002 9:33 AM > > To: [EMAIL PROTECTED] > > Subject: re: print to a file > > > > nmap -oN any_file_name.log host > > this will log the nmap output to the file: any_file_name.log >

RE: print to a file

2002-07-08 Thread Kevin Keithan
Thanks for the help it works great!!! Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Anthony E. Greene Sent: Monday, July 08, 2002 11:48 AM To: [EMAIL PROTECTED] Subject: Re: print to a file -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08

Re: print to a file

2002-07-08 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08-Jul-2002/10:56 -0400, Kevin Keithan <[EMAIL PROTECTED]> wrote: >Is there a universal switch to run at the end of a command. I want to >do this in more then just nmap. Many utilities send output to STDOUT, which can be redirected to a file usin

RE: print to a file

2002-07-08 Thread Mike Martin
more then just nmap. > > Thanks, > Kevin > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > On Behalf Of Willem van der Walt<[EMAIL PROTECTED]> > Sent: Monday, July 08, 2002 9:33 AM > To: [EMAIL PROTECTED] > Subject:

RE: print to a file

2002-07-08 Thread Kevin Keithan
[EMAIL PROTECTED] Subject: re: print to a file nmap -oN any_file_name.log host this will log the nmap output to the file: any_file_name.log hth Willem -- Willem van der Walt Information Services Directorate Department of Health South Africa tel: 27 12 3

Re: Print to a file

2002-07-08 Thread K.Deepak
Dear Kevin,     simple. say if you are trying to run the nmap for your localhost and would like to save it as a file called as nmap.output. use the command nmap localhost > nmap.output or you can use the gui version of nmap called as nmapfe . this give the option of saving the log fi

re: print to a file

2002-07-08 Thread Willem van der Walt<[EMAIL PROTECTED]>
nmap -oN any_file_name.log host this will log the nmap output to the file: any_file_name.log hth Willem -- Willem van der Walt Information Services Directorate Department of Health South Africa tel: 27 12 3120700 ___ Redhat-list mailing list [EMAI

Print to a file

2002-07-08 Thread Kevin Keithan
I want to run nmap on my network but the output is way too large.   I want to run nmap and have the output go to a file. I know there is a way to do this I just can’t find the command.   Kevin Keithan CIS Lab Supervisor WebDevLCCC.com Admin 610-799-1109