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

Running zsh as sh (Was: Announcement draft)



Peter Stephenson <pws@xxxxxx> writes:

> By the way: some time after 3.0 is released and stable (preferably
> not in that order :-/) it would be quite nice to have ksh/sh
> emulation as a command line option, to avoid what I had to do above
> (linking zsh under sh, when there's a real sh on the machine, is no
> nicer).

I agree that a command line option would be useful, but you can
already do this quite easily using:

% ARGV0=sh zsh script

Bas.



Messages sorted by: Reverse Date, Date, Thread, Author