Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
.zwc file execution question
- X-seq: zsh-users 3463
- From: Paul Lew <paullew@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: .zwc file execution question
- Date: Thu, 19 Oct 2000 13:54:25 -0700
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
If a script is zcompiled and a .zwc is generated. Will the following
command read it?
. zsh-script
Will it read zsh-script.zwc or I have to use:
. zsh-script.zwc
Thanks in advance.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author