On Wed, Sep 18, 2024 at 4:19 AM Steffen Nurpmeso <stef...@sdaoden.eu> wrote:
>

It boils down to this:

  f(){ echo $#;}; set "" "" ""; IFS=x; f $*

bash, NetBSD and FreeBSD sh, and ksh88 all agree and print 2. pdksh
prints 3 but mksh and oksh print 1. dash, ksh93, yash, and zsh print
0.

Reply via email to