On Fri, 26 Sep 2008 19:17:11 +0200 "Brown, Michael l" <[EMAIL PROTECTED]> wrote:
BMl> I've been running zsh for years and years. BMl> Under Solaris 10, if I enter: zmv BMl> I get a command not found. If the function existed, I would expect BMl> it to complain about missing parameters, whatever. (off-topic, sorry) You need to load zmv: autoload zmv If it's not part of your Solaris 10 zsh install, you should check with whoever put the package together, or the appropriate FAQs and mailing lists. Ted _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
