Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Re: Insecure tempfile creation
On Fri, 9 Jan 2015 12:51:05 +0000
Peter Stephenson <p.stephenson@xxxxxxxxxxx> wrote:
> Probably worth mentioning in the zsh/files doc.
diff --git a/Doc/Zsh/mod_files.yo b/Doc/Zsh/mod_files.yo
index 5dbdae7..90e9884 100644
--- a/Doc/Zsh/mod_files.yo
+++ b/Doc/Zsh/mod_files.yo
@@ -10,7 +10,10 @@ all features now required by relevant standards committees.
For all commands, a variant beginning tt(zf_) is also available and loaded
automatically. Using the features capability of zmodload will let you load
-only those names you want.
+only those names you want. Note that it's possible to load only the
+builtins with zsh-specific names using the following command:
+
+example(zmodload -m -F zsh/files b:zf_\*)
The commands loaded by default are:
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author