diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-03 12:21:55 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-03 12:21:55 +0000 |
commit | 70e5b622fff4d3218106fb10f146200576b1f787 (patch) | |
tree | 76e8ee286e879f4e42e786717ab0fed2d5c1d2a6 /Doc/Zsh | |
parent | 0d6350d65a856b74000393dd4c4f5453e8801444 (diff) | |
download | zsh-70e5b622fff4d3218106fb10f146200576b1f787.tar.gz zsh-70e5b622fff4d3218106fb10f146200576b1f787.tar.xz zsh-70e5b622fff4d3218106fb10f146200576b1f787.zip |
new (z) parameter flag to do shell-word splitting on the value (11113)
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/expn.yo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 50021ed0d..e9e3b95c9 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -676,6 +676,10 @@ item(tt(f))( Split the result of the expansion to lines. This is a shorthand for `tt(ps:\n:)'. ) +item(tt(z))( +Split the result of the expansion into words using shell parsing to +find the words, i.e. taking into account any quoting in the value. +) item(tt(t))( Use a string describing the type of the parameter where the value of the parameter would usually appear. This string consists of keywords |