How to write a nested loop like the following in gnu parallel?
for h in GetHypervisors echo h for vm in GetVMs[h] for i in vm echo i <
for h in GetHypervisors echo h for vm in GetVMs[h] for i in vm echo i