The file ./something.sh
contains multi thousands of complex jobs. this should take long time. I just simply run ./something.sh
without any other command, and I must wait until it finished.
I connecting to this Ubuntu server through SSH. Now ./something.sh
has run nearly 2 hours and still not finished its job.
I'm worried if this job considered as idle and server close my connection by giving Write failed: Broken pipe
message