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 -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -