#!/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. :)
In reply to RE: Opening simultaneous scripts
by randomblue
in thread Opening simultaneous scripts
by OzzyOsbourne
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |