diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-11-01 18:04:24 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-11-01 18:04:24 +0000 |
commit | f42d15278dbdfa185b24e17f228be0c8c59a9c44 (patch) | |
tree | e0331939f2e62427f79c0ce9eb148c341636cd9a /Doc/Zsh/expn.yo | |
parent | f53996f14b0dc2a5733440d92f614aa36d07e9fd (diff) | |
download | zsh-f42d15278dbdfa185b24e17f228be0c8c59a9c44.tar.gz zsh-f42d15278dbdfa185b24e17f228be0c8c59a9c44.tar.xz zsh-f42d15278dbdfa185b24e17f228be0c8c59a9c44.zip |
21967: add ${(#)...} substitution
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r-- | Doc/Zsh/expn.yo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 60c74cab1..c05796a94 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -632,6 +632,11 @@ means the same thing as the more readable `(tt(%%qqq))'. The following flags are supported: startitem() +item(tt(#))( +Evaluate the resulting words as numeric expressions and output the +characters corresponding to the resulting integer. Note that this form is +entirely distinct from use of the tt(#) without parentheses. +) item(tt(%))( Expand all tt(%) escapes in the resulting words in the same way as in in prompts (see noderef(Prompt Expansion)). If this flag is given twice, |