diff options
| author | Simon Ruderich <simon@ruderich.org> | 2014-09-11 02:09:17 +0200 |
|---|---|---|
| committer | Wayne Davison <wayned@users.sourceforge.net> | 2014-11-28 11:55:17 -0800 |
| commit | a6bf64648b31659584b5bcd95ae3a437d1733077 (patch) | |
| tree | 4a2d39641b08d5843d6218fad5797d354fdd2561 | |
| parent | 33815: Fix word transposition bug. (diff) | |
| download | zsh-a6bf64648b31659584b5bcd95ae3a437d1733077.tar zsh-a6bf64648b31659584b5bcd95ae3a437d1733077.tar.gz zsh-a6bf64648b31659584b5bcd95ae3a437d1733077.tar.bz2 zsh-a6bf64648b31659584b5bcd95ae3a437d1733077.tar.lz zsh-a6bf64648b31659584b5bcd95ae3a437d1733077.tar.xz zsh-a6bf64648b31659584b5bcd95ae3a437d1733077.tar.zst zsh-a6bf64648b31659584b5bcd95ae3a437d1733077.zip | |
33139: add doc example to glob broken symbolic links.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Doc/Zsh/expn.yo | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2014-11-28 Wayne Davison <wayned@users.sourceforge.net> + + * 33139: Doc/Zsh/expn.yo: add example for finding broken symlinks. + 2014-11-28 Peter Stephenson <p.stephenson@samsung.com> * 33815: Src/Zle/zle_word.c: fix word transposition bug where diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index f1334e37a..5ed78f0c1 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -2711,6 +2711,10 @@ example(ls *(-/)) lists all directories and symbolic links that point to directories, and +example(ls *(-@)) + +lists all broken symbolic links, and + example(ls *(%W)) lists all world-writable device files in the current directory, and |
