bug-parallel
[Top][All Lists]
Advanced

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

Re: Quoting error: unexpected EOF while looking for matching `''


From: Ole Tange
Subject: Re: Quoting error: unexpected EOF while looking for matching `''
Date: Wed, 22 Sep 2010 11:48:24 +0200

On Wed, Sep 22, 2010 at 11:12 AM, Hans Schou <address@hidden> wrote:
> elvis was the first computer which was showing the problem:
>
> elvis:~/tmp/parallel# bash --version
> GNU bash, version 3.2.39(1)-release (i486-pc-linux-gnu)
> Copyright (C) 2007 Free Software Foundation, Inc.
> elvis:~/tmp/parallel# ls NEWS | ./src/parallel grep "'"
> sh: -c: line 0: unexpected EOF while looking for matching `''
> sh: -c: line 1: syntax error: unexpected end of file
> elvis:~/tmp/parallel# ls NEWS | ./src/parallel -q grep "'"
> * Alias for DBURL can contain '?query' part with %-quoting.
>   sem 'sleep 2; echo foo'; sem 'sleep 1; echo bar'; sem --wait
>   sem -j2 'sleep 2; echo foo'; sem -j2 'sleep 1; echo bar'; sem --wait
>   cat tab_sep_table | parallel --colsep '\t' echo col1 {1} col2 {2}
> * --sshloginfile '..' means use ~/.parallel/sshloginfile

Again: This is exactly what is expected to happen.

You mentioned in:

http://lists.gnu.org/archive/html/bug-parallel/2010-09/msg00005.html

that '-q' did not solve the problem. It clearly solved the issue on elvis.


/Ole



reply via email to

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