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: Tue, 21 Sep 2010 15:38:06 +0200

On Tue, Sep 21, 2010 at 1:55 PM, Hans Schou <address@hidden> wrote:
> Hi GNU parallel
>
> This command works fine:
>   grep "'" NEWS
>
> This command has an error:
>   ls NEWS | parallel grep "'"
>
> sh: -c: line 0: unexpected EOF while looking for matching `''
> sh: -c: line 1: syntax error: unexpected end of file

Search the man page for:

sh: -c: line 0: syntax error near unexpected token

I will add your error code in next release of the man page.

/Ole



reply via email to

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