Ask a Question related to Linux / Unix Administration, Design and Development.
-
sukhpreet #1
nohup stdout
i have an expect script "E" that telnets to a remote machine and runs
a script "A" that in turn runs a script "B". B takes a long time to
run and I wanna run it nohup in case i lose my telnet connection. I'm
happy with nohup redirecting stdout to nohup.out or some file i
specify. but i also want to see the output on the screen when the
script is working. i.e. is there any way to get nohup to display the
output to my screen in addition to logging it to a file?
i'd appreciate the help.
regards,
sukh
sukhpreet Guest
-
tie STDOUT to TextUndo
Is there anyway to tie STDOUT to a TK::TextUndo widget or somehow call a save method for the TK::Text widget? Ideas and suggestions welcome. ... -
Redirect stdout, stderr to file and stdout
I have a small script that does some admin work for me. What I need to do now is not only have is display information to STDERR and STDOUT but... -
redirect stdout
I need to temporarily redirect standard output to nowhere. Not sure how to do. Suggestions? Thanks, -t0 -
how to setup "nohup" for remote X-session: i.e., it can temporally disconnected and later resumed in GUI mode?
Dear all, I need your help. I am a student who do research using Exceed to access Sun workstation in our school to use Cadence EDA software.... -
cout/printf in nohup.out
Is there any possibility that the output given by either of cout/printf will not be available in nohup.out when I ran like this $ nohup... -
Bill Marcum #2
Re: nohup stdout
On 4 Aug 2004 06:33:31 -0700, sukhpreet
<sukhpreet76@yahoo.com> wrote:nohup whatever | tee nohup.out> i have an expect script "E" that telnets to a remote machine and runs
> a script "A" that in turn runs a script "B". B takes a long time to
> run and I wanna run it nohup in case i lose my telnet connection. I'm
> happy with nohup redirecting stdout to nohup.out or some file i
> specify. but i also want to see the output on the screen when the
> script is working. i.e. is there any way to get nohup to display the
> output to my screen in addition to logging it to a file?
>
--
The truth you speak has no past and no future. It is, and that's all it
needs to be.
Bill Marcum Guest



Reply With Quote

