On Mon, Oct 3, 2011 at 1:06 AM, Hans Schou <[email protected]> wrote: > On Mon, 3 Oct 2011, Ole Tange wrote: > >> Please test --tag (from git version beef9c1) and see if that solves your >> issue: : >> parallel -S .. --tag --onall run this ::: with these args > > ??? Why would I have args? Like this?:
Maybe you are running something like this: parallel -S .. --tag --onall time logprocess ::: /var/log/syslog /var/log/mail.log > $ parallel -S .. --tag --onall ::: date uptime > Use of uninitialized value $a in substitution (s///) at > /usr/local/bin/parallel line 862, <$fh> line 2. > Use of uninitialized value $a in substitution (s///) at > /usr/local/bin/parallel line 863, <$fh> line 2. > Use of uninitialized value in concatenation (.) or string at > /usr/local/bin/parallel line 104, <$fh> line 2. Fixed. /Ole
