in reply to Opening simultaneous scripts
#!/bin/sh script1 & script2 & . . script30 &
If that's all you basically need, then writing a complicated Perl program with forking, signal-handling and all that seems a bit of an overkill. :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: Opening simultaneous scripts
by redmist (Deacon) on Aug 22, 2000 at 02:45 UTC |