linux - Logging output from executable -


is possible in linux start program ./program , outputs gets written output.txt file?

how ./program > /tmp/mylogfile.txt 2>&1

sending /tmp/mylogfile.txt file.

the > redirection of standard out (stdout) , 2>&1 redirects standard error (stream file descriptor 2) standard out (stream file descriptor 1)


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -