i have a while loop reading lines from a $hosts
$hosts
while read line do ip=$line check done < $hosts
my question is can I us
Use GNU Parallel:
parallel check ::: $hosts