Search Results

Search: Posts Made By: Corona688
1,950
Posted By Corona688
I seriously question the wisdom of this unless...
I seriously question the wisdom of this unless your system really does have 15 processors and 15 disks.

If you really want to run dozens like that, put it in a loop.

for ((X=0; X<15; X++))
do...
1,950
Posted By Corona688
set -- $lists # NOte $lists IS NOT QUOTED here. ...
set -- $lists # NOte $lists IS NOT QUOTED here.

while [ "$#" -gt 0 ]
do
[ ! -z "$1" ] && command "$1" &
[ ! -z "$2" ] && command "$2" &
[ ! -z "$3" ] && command "$3" &...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 11:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy