I have a bash script which calls several jobs in background.
If I run the background jobs by running the bash script in the shell, I cannot control the jobs in the shell directly. In this case, how to?
If I paste the content of the script into the shell and run it, then I can use the job control commands to play with the background jobs in the content.
Thanks and regards!



LinkBack URL
About LinkBacks




