09/05/26 09:47:55
URLリンク(zsh.dotsrc.org)
2.1: Differences from sh and ksh
The classic difference is word splitting, discussed in question 3.1;
this catches out very many beginning zsh users. As explained there,
this is actually a bug in every other shell. The answer is to set
SH_WORD_SPLIT for backward compatibility. The next most classic
difference is that unmatched glob patterns cause the command to abort;
set NO_NOMATCH for those.
FAQも読まずに筋違いな文句をつけるあたり、気違いと言わざるを得ない。