Suggestion, add 'column -t' to get aligned output with joblog

In most examples in
https://www.gnu.org/software/parallel/parallel_tutorial.html
the output is column aligned but it can happen that it
is unaligned with large numbers or with long hostnames.

  find -name '*.html' | parallel --joblog /tmp/log gzip
  column -t /tmp/log

./hans

Reply via email to