Re: pipe output into a file

2002-04-24 Thread Ashwin Khandare
Subject: pipe output into a file 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 ---Outgoing mail is certified Virus Free.Checked by AVG anti-virus system (http://www.grisoft.com).Version: 6.0.330

pipe output into a file

2002-04-23 Thread Kevin Keithan
Title: Message 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

Re: pipe output into a file

2002-04-23 Thread Matthew Boeckman
. 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

RE: pipe output into a file

2002-04-23 Thread Jeff Graves
- Fax [EMAIL PROTECTED] - Email -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Matthew Boeckman Sent: Tuesday, April 23, 2002 2:49 PM To: [EMAIL PROTECTED] Subject: Re: pipe output into a file try nmap hostname file.name or to append to an existing file

Re: pipe output into a file

2002-04-23 Thread Matthew Boeckman
To: [EMAIL PROTECTED] Subject: Re: pipe output into a file 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

Re: pipe output into a file

2002-04-23 Thread rpjday
On Tue, 23 Apr 2002, 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? repeat after me: i redirect output to a file; i pipe output to a program. :-) $ program outputfile $ program1 | program2 rday

RE: pipe output into a file

2002-04-23 Thread Bret Hughes
On Tue, 2002-04-23 at 13:57, Jeff Graves wrote: How do you pipe the output of dump to a file? The convetional /sbin/dump -0u -f /dev/st0 / /var/log/dump.log doesn't work, output still shows up on the screen. Are you getting anything in /var/log/dump? The command outputfile syntax will