spawn an entirely separate proccess in linux via bash
Posted
by meesterfox
on Stack Overflow
See other posts from Stack Overflow
or by meesterfox
Published on 2010-04-28T17:02:05Z
Indexed on
2010/04/28
17:13 UTC
Read the original article
Hit count: 110
I need to have a script execute (bash or perl or php, any will do) another command and then exit, while the other command still runs and exits on it's own. I could schedule via at command, but was curious if there was a easier way.
© Stack Overflow or respective owner