Parallel nested loop with index

前端 未结 0 1295
执念已碎
执念已碎 2020-12-05 05:03

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
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题