Now, I'm running on server.
Log management is performed with nohup, the result is output in 5 units.
nohup shell script code is like this.
nohup python main.py &
nohup python main.py &
nohup python main.py &
nohup python main.py &
nohup python main.py &
the outputs came out in units of five.
like this >>> IMAGE
I want the log files made of the shell script code above to be printed in order, not just the fifth.
How can I do?