Skip to main content
Included disclosure
Source Link
terdon
  • 252.7k
  • 69
  • 481
  • 719

With GNU Parallel you can do something like:

parallel -d '\n\n' < file.csh

Disclosure: I am the author of this tool.

With GNU Parallel you can do something like:

parallel -d '\n\n' < file.csh

With GNU Parallel you can do something like:

parallel -d '\n\n' < file.csh

Disclosure: I am the author of this tool.

Source Link
Ole Tange
  • 37.6k
  • 34
  • 119
  • 228

With GNU Parallel you can do something like:

parallel -d '\n\n' < file.csh