From: Michael Prokop Date: Fri, 8 Sep 2023 11:21:26 +0000 (+0200) Subject: Fix comment regarding number of characters X-Git-Tag: v0.10.0~7 X-Git-Url: http://git.grml.org/?p=zsh-lovers.git;a=commitdiff_plain;h=a1b0175c609a322afc3b645ad964ebad7633a6ed Fix comment regarding number of characters It's meant to be >=20 characters Thanks: Jim Murphy --- 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