Re: Piping ifconfig to a text file

2001-10-04 Thread Nick Drage
On Thu, Oct 04, 2001 at 11:47:53AM +0930, Daniel Falkenberg wrote: > Can some one help me with opening ifconfig and pipe it to a text file. > Then I want to be able to view that file. What do you want to do with the output when you view it in the file? Presumably if you just wanted to view the o

RE: Piping ifconfig to a text file

2001-10-04 Thread Schoeman, Remco
g hope this helps you greetz Remco Schoeman -Original Message- From: Daniel Falkenberg [mailto:[EMAIL PROTECTED]] Sent: donderdag 4 oktober 2001 04.40 To: [EMAIL PROTECTED] Subject: Piping ifconfig to a text file > List, > > Can some one help me with opening ifconfig and pipe it to a

Re: Piping ifconfig to a text file

2001-10-03 Thread Brett W. McCoy
On Thu, 4 Oct 2001, Daniel Falkenberg wrote: > List, > > Can some one help me with opening ifconfig and pipe it to a text file. > Then I want to be able to view that file. > > How would I go about this? > > open IFCONFIG, "/sbin/ifconfig"; > $file=; > print $file; You've almost got it: open(I

RE: Piping ifconfig to a text file

2001-10-03 Thread Wagner-David
; Wags ;) -Original Message- From: Daniel Falkenberg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 03, 2001 19:18 To: [EMAIL PROTECTED] Subject: Piping ifconfig to a text file List, Can some one help me with opening ifconfig and pipe it to a text file. Then I want to be able to view

Piping ifconfig to a text file

2001-10-03 Thread Daniel Falkenberg
> List, > > Can some one help me with opening ifconfig and pipe it to a text file. > Then I want to be able to view that file. > > How would I go about this? > > open IFCONFIG, "/sbin/ifconfig"; > $file=; > print $file; > > > > Kind regards, > > Daniel Falkenberg > >

Piping ifconfig to a text file

2001-10-03 Thread Daniel Falkenberg
List, Can some one help me with opening ifconfig and pipe it to a text file. Then I want to be able to view that file. How would I go about this? open IFCONFIG, "/sbin/ifconfig"; $file=; print $file; Kind regards, Daniel Falkenberg == VINTEK CONSULTING PTY