hello,
i have 2 problems in shell script, which i could not solve.
I will start in the main script another shell script, but the main script should go on directly, without waiting for the started script. Like starting a shell script in the background but independent from the parent shell/process.
so the main script schould start another script without waiting till its ends and this process must be independent from other processes. So that i kann kill a terminal in witch the main script was started, without ending the process in the background!
thanks