Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: Doc: add example to glob broken symbolic links



---
Hello,

It wasn't obvious to me how to do that and I asked in #zsh,
thanks to Mikachu for the solution.

Regards
Simon

 Doc/Zsh/expn.yo | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 532672b..e02bc10 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -2689,6 +2689,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
-- 
2.0.1.570.gc6b0718

-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

Attachment: signature.asc
Description: Digital signature



Messages sorted by: Reverse Date, Date, Thread, Author