Re: Bash script forking

2006-10-31 Thread Michelle Konzack
Am 2006-10-10 13:18:12, schrieb Bob McGowan: > Michelle Konzack wrote: > > for TEST in $(seq 10) ; do > >echo "Fork: ${FORK} : Test ${TEST} >${LOG} ## <<< > >sleep 2 > > done > Hi, Michelle, > > See line above, marked by ' ## <<<' at its end. Oops... > You're missing a doubl

Re: Bash script forking

2006-10-10 Thread Bob McGowan
Michelle Konzack wrote: Hello, I have a BASH script which run as daemon, and now I want to fork a process which is in a function but it does not more work. (I have done this for 2 years under Woody but in the meentime forgotten how) 8<-- !/bin/bash fnc_fork() { F