[EMAIL PROTECTED] wrote:
> 
> In a message dated 3/27/03 5:41:14 PM Eastern Standard Time,
> [EMAIL PROTECTED] writes:
> 
> > perl -e '
> >   @x = qx(stty -a);
> >   @y = split(/\s/, $x[1]);
> >   $y[2] =~ s/;//;
> >   print "screen size is $y[2] x $y[5]"
> > '
> >
> > "stty -a" works on every *nix system I know.  Some systems have 'stty -size'
> > to help with exactly what you are asking.
> 
>   Thanks a Lot! I didn't think that question would ever get answered. Much
> appreciated.

So I guess you didn't see the answer I posted previously on another
thread?

Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 24 Mar 2003 16:35:23 -0800
From: "John W. Krahn" <[EMAIL PROTECTED]>
Subject: Re: Printing epoch time
References: <[EMAIL PROTECTED]>


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to