in reply to Re: fork question
in thread fork question
print LOG "Files and statuses" bunch of logic to figure out command if (fork()) { update a hash } else { go do the command exit }
And my raft of print statements shows that the print command is getting issued multiple times. Can't figure out how it's getting called. I can't seem to find any examples that have a bunch of stuff above the fork to see if I'm missing anything.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: fork question
by suaveant (Parson) on Apr 17, 2001 at 17:42 UTC | |
by gennari (Novice) on Apr 17, 2001 at 20:39 UTC |