Top "Output-redirect" questions

How to execute system commands (linux/bsd) using Java

I am attempting to be cheap and execute a local system command (uname -a) in Java. I am looking to …

java output-redirect
How can I redirect all output to /dev/null?

I want to run a program (google-chrome) in the background, but prevent it from outputting any messages to the terminal. …

bash pipe output-redirect dev-null
Difference between $stdout and STDOUT in Ruby

In Ruby, what is the difference between $stdout (preceded by a dollar sign) and STDOUT (in all caps)? When doing …

ruby stdout stderr output-redirect
Redirect process output C#

I would like to redirect the Process's standard output to a string for later parsing. I would also like to …

c# process redirectstandardoutput output-redirect
tcl command redirect to a variable, tcl version is 8.4

I want to redirect the output of 1 command to a variable, where the OUTPUT is usually to STDOUT. I am …

tcl output-redirect
C# : Redirect console application output : How to flush the output?

I am spawning external console application and use async output redirect. as shown in this SO post My problem is …

c# console external-process output-redirect
VBScript to Notepad/Wordpad

I'd like to write output from VBScript to notepad/wordpad in realtime. What's the best way to do this? I'm …

vbscript notepad output-redirect