skip to Main Content

Ubuntu – GNU parallel freezes

I have a bash script that applies different transformation/mappings on columns of TSV file. I am trying to parallelize the transformations using GNU parallel, however my code hangs. For simplicity consider cat, the identity mapper (i.e. input -> output), and…

VIEW QUESTION
Back To Top
Search