Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh-workers@xxxxxxx



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