From a1b0175c609a322afc3b645ad964ebad7633a6ed Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 8 Sep 2023 13:21:26 +0200 Subject: [PATCH] Fix comment regarding number of characters It's meant to be >=20 characters Thanks: Jim Murphy --- zsh-lovers.1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh-lovers.1.txt b/zsh-lovers.1.txt index 5be8c17..4b8cee4 100644 --- a/zsh-lovers.1.txt +++ b/zsh-lovers.1.txt @@ -394,7 +394,7 @@ See ``man 1 zshexpn | less -p'' Qualifiers for details. $ print ${(r:10::0:)foo} # find the name of all the files in their home directory that have -# more than 20 characters in their file names +# 20 or more characters in their file names print -rl $HOME/${(l:20::?:)~:-}* # Save arrays -- 2.1.4