| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Message: 8
Date: Wed, 2 Oct 2002 13:09:44 -0700
To: email@hidden
From: Greg Guerin <email@hidden>
Subject: Re: [Semi-OT] Signal app to give stack trace ?
Dwayne Schultz <email@hidden> wrote:
#!/bin/sh
tail -f [...] &
This script quits immediately but the tail continues sending output to
the shell that started the script.
I have another script:
#!/bin/sh
java [...] &
This script also quits immediately but standard out appears to be lost
with it (which is why I couldn't get kill -QUIT to work).
This isn't as critical now but does any know what is going on here?
The script works as expected when I get rid of the '&'.
Eventually, you're going to have to learn more about Unix programming. A
few things are immediately relevant, though.
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.