about summary refs log tree commit diff
path: root/Doc/Zsh/expn.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-04-05 09:58:39 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-04-05 09:58:39 +0000
commit116d5b0fea5e25d8406741bd5eac1582d6ee3f17 (patch)
tree32ef718bc9ee76ac09a785693c0abff44b36e4b0 /Doc/Zsh/expn.yo
parent3d1391f35c6580f93b91ece18db3da903e0b3c01 (diff)
downloadzsh-116d5b0fea5e25d8406741bd5eac1582d6ee3f17.tar.gz
zsh-116d5b0fea5e25d8406741bd5eac1582d6ee3f17.tar.xz
zsh-116d5b0fea5e25d8406741bd5eac1582d6ee3f17.zip
22375: doc for ${(0)...} splitting
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r--Doc/Zsh/expn.yo4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 2c705a141..e4e270f98 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -826,6 +826,10 @@ access single words in the result, one has to use nested expansions as
 in `tt(${${(z)foo}[2]})'. Likewise, to remove the quotes in the
 resulting words one would do: `tt(${(Q)${(z)foo}})'.
 )
+item(tt(0))(
+Split the result of the expansion on null bytes.  This is a shorthand
+for `tt(ps:\0:)'.
+)
 enditem()
 
 The following flags (except tt(p)) are followed by one or more arguments