using a shell script i am ceating multiple screen in which i m running rsync cmnd with below syntax, n i m able to do so.
screen -dmS "$SESSION_NAME" "$COMMAND" "$ARGUMENTS"
but as soon as rsync completed , the screen which was generated with above syntax , automatically got terminated.
is there any way to avoid screen terminations ??