Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh-workers@xxxxxxx
- X-seq: zsh-workers 41994
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: evandrix@xxxxxxxxx
- Subject: Re: zsh-workers@xxxxxxx
- Date: Mon, 6 Nov 2017 18:49:34 +0100
- Cc: zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=MPoXDXbsUV6L2W9cCz3BeMZPKnNazFebhpb195QvMvk=; b=nagv1MLtzbEv29zRiiscZBR0ES2vqnBpqt/B4Duu85Wm/BecirMpfk9Kh6ehr4G7w4 /qK3k1r7390m6v6YZJrf8BcnbdR77vTORZtqa0rrSdMjholDz11lfCURHx3XfCNaFJjx CtZanuPuhGym1BI/rrfZ+sqnSO8ayrelzCsToPNpBH5jdHJuPvTyU/t9qZEuB3P3q5ex 1vm8ZdF55kdSwjNOGHgaQSUPeDxTSjSXFhPUYkLN24yuhzejIDDMU9pT1VPk4mivFGb1 qKx1q4htM6r2cZRLAhJmPMsGTM0L3EuE39KZXuygCMz+1q0nlUCFHFXj7NGbEyvtad9h rPaQ==
- In-reply-to: <CAFbDoHxDz3nXT_bbFevoR67P+65n2g+vopLxVt2=EV4jt6QtQQ@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAFbDoHxDz3nXT_bbFevoR67P+65n2g+vopLxVt2=EV4jt6QtQQ@mail.gmail.com>
On Mon, Nov 6, 2017 at 6:11 PM, Lee Wei Yeong <evandrix@xxxxxxxxx> wrote:
> from http://seriot.ch/ntp.php, date -r$((0x`echo|nc -uw1 ntp.metas.ch
> 37|xxd -p`-64#23GDW0)) works fine in bash, but bugs in zsh, displaying the
> following error message:
> zsh: invalid base (must be 2 to 36 inclusive): 64
>
> is there a way to resolve this so that it works in zsh?
Use a base between 2 and 36.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author