[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [PATCH] latest ash has broken 'echo' command



> No that's silly yourself :-P

> Shells implement echo internally so they don't have to fork and exec a
> separate "echo" process for every "echo" command in scripts, not to
> provide an alternate implementation with surprise incompatibilities.

Hmm..

zsh% echo -E test
test
zsh% bash
bash-2.02$ echo -E test
test
bash-2.02$ /bin/echo -E test
-E test


Reply to: