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
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
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
;
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
> 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
>
>
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