I would say , learn and understand the difference between stderr and stdout. Check out this link and never get messed up
https://www.jstorimer.com/blogs/workingwithcode/7766119-when-to-use-stderr-instead-of-stdout
• 1 views
•
link
What happens then? Please be as informative as possible since we cannot see what happens on your screen.
Even I have experienced the same problem but then you can always use 'nohup' to get output appended in 'nohup.out'.
i.e you can use below command:
And you can find the stats written in nohup.out file
try @ ttsutsui1028 :
or