parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

joblog + sshlogin, use 'column -t'


From: Hans Schou
Subject: joblog + sshlogin, use 'column -t'
Date: Sat, 28 Jan 2017 10:52:52 +0100


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

[Prev in Thread] Current Thread [Next in Thread]