On Mon, 24 Jan 2000, John wrote: > Is there any way i could force the script which starts PPP to go into > the background without the & on the command line ? Just make another script, which calls the script that starts ppp. Something like: #!/bin/bash <command to start ppp> & ------------------------------------------------------ hypnos <mailto:[EMAIL PROTECTED]>
- using & for background tasks John
- Re: using & for background tasks Greg Olszewski
- hypnos
