I have to run a script on a remote server which take a long time to run.
Is there anyway to run it without waiting the output on local server ? Process on the local server should finish immediately after initiating the script on remote server.
I tried ssh/rsh but it waits till the script is finished on remote server.
Any help is greatly appreciated.