Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2001 10:13:34 -0500
From:      jacks@sage-american.com
To:        "Roubicek, Zdenek" <Zdenek.Roubicek@KPNQwest.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: Finding proper command
Message-ID:  <3.0.5.32.20011024101334.00f32018@mail.sage-american.com>
In-Reply-To: <31FD3FA70CBED31189E700508B64017188AF7A@ntexgpra01>

next in thread | previous in thread | raw e-mail | index | archive | help
I'm not completely sure if I understand the entire need here, but output
from commands run can be captured a couple of ways:

One way:
# script "filename"
# then run command here
# "exit" to stop script. Your output is captured in "filename"

Another way:
#command > "filename"

Hope that is close to your need....

At 03:55 PM 10.24.2001 +0200, Roubicek, Zdenek wrote:
>
>Hello
>
>I have run into a problem where I need to capture all the text which comes
>out on screen. I know I can do that with tee but! Is there any other option
>which would give me a possibility to attach/detach this logging to file as I
>want to?
>
>Something simmilar to screen and the way you can connect and disconnect
>whenever you want to.
>
>	
>rouba
>
>Zdenek Roubicek
>KPNQwest Czechia s.r.o.
>Tel   :  +420 602-386386
>Fax   :  +420 2 81081082
>Gen. Janouska 902, 190 00 Prague 9
>----------------------------------
>rouba@eunet.cz
>
>To Unsubscribe: send mail to majordomo@FreeBSD.org
>with "unsubscribe freebsd-questions" in the body of the message
>
>

Best regards,
Jack L. Stone,
Server Admin

Sage-American
http://www.sage-american.com
jacks@sage-american.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.5.32.20011024101334.00f32018>