Ask a Question related to Ruby, Design and Development.
-
T. Onoma #1
redirect stdout
I need to temporarily redirect standard output to nowhere. Not sure how to do.
Suggestions?
Thanks,
-t0
T. Onoma Guest
-
redirect to guest if first redirect is doesnt work for a user
Hi all, I was wondering if anyone could help me solve a problem Once a user hits a certain webpage ..I try to redirect them to another using... -
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... -
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 to New Browser Window like Response.Redirect
That worked just fine for me as long as you put that open statement on one line rather than 2. "michel" <michely3k@yahoo.com> wrote in... -
ftp client cannot redirect stdout in AIX5.2 ?
Hi, Does anyone encounter the problem of ftp redirection in AIX5.2 ? I have a simple script like this: ===========================================... -
Gavri Savio Fernandez #2
Re: redirect stdout
/dev/null is as good a nowhere as any :-)
Gavri Savio Fernandez
___________________________________________
I wish outer space guys would conquer the Earth and make people their pets, because I'd like to have one of those little beds with my name on it. - Jack handy
-----Original Message-----
From: T. Onoma [mailto:transami@runbox.com]
Sent: Monday, November 24, 2003 6:18 PM
To: ruby-talk ML
Subject: redirect stdout
I need to temporarily redirect standard output to nowhere. Not sure how to do.
Suggestions?
Thanks,
-t0
Gavri Savio Fernandez Guest



Reply With Quote

