X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=zsh-lovers.1.txt;h=c14b545d9dba96238fd5b71609a2a4b1b6c689d5;hb=40d803d492f29a13ceb863a54492223424d7e883;hp=5be8c17fe6ed7925fe58996abdf1cc1666159397;hpb=eed6063b40b64b10e0265ab0477601ea26dab9e2;p=zsh-lovers.git diff --git a/zsh-lovers.1.txt b/zsh-lovers.1.txt index 5be8c17..c14b545 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 @@ -473,7 +473,7 @@ See ``man 1 zshexpn | less -p'' Qualifiers for details. $ for i (./*.mp3){mpg321 --w - $i > ${i:r}.wav} # Download with LaTeX2HTML created Files (for example the ZSH-Guide): - $ for f in http://zsh.sunsite.dk/Guide/zshguide{,{01..08}}.html; do + $ for f in https://zsh.sourceforge.io/Guide/zshguide{,{01..08}}.html; do > lynx -source $f >${f:t} > done @@ -1433,10 +1433,10 @@ LINKS ----- Primary site:: *http://www.zsh.org/[]* +Zsh Web Pages:: + *https://zsh.sourceforge.io/[]* Project-page:: *http://sourceforge.net/projects/zsh/[]* -Z shell page at sunsite.dk:: - *http://zsh.sunsite.dk/[]* From Bash to Z Shell: Conquering the Command Line - the book:: *http://www.bash2zsh.com/[]* "Zsh - die magische Shell" (german book about Zsh) by Sven Guckes and Julius Plenz:: @@ -1444,21 +1444,13 @@ From Bash to Z Shell: Conquering the Command Line - the book:: Mailinglistarchive:: *http://www.zsh.org/mla/[]* ZSH-FAQ:: - *http://zsh.dotsrc.org/FAQ/[]* + *https://zsh.sourceforge.io/FAQ/zshfaq.html[]* Userguide:: - *http://zsh.sunsite.dk/Guide/[]* + *https://zsh.sourceforge.io/Guide/[]* ZSH-Wiki:: *http://zshwiki.org/home/[]* -A short introduction from BYU:: - *http://docs.cs.byu.edu/linux/advanced/zsh.html[]* Mouse-Support ;):: *http://stchaz.free.fr/mouse.zsh[]* -Curtains up: introducing the Z shell:: - *http://www-128.ibm.com/developerworks/linux/library/l-z.html?dwzone=linux[]* -ZSH-Liebhaberseite (german):: - *http://michael-prokop.at/computer/tools_zsh_liebhaber.html[]* -ZSH-Seite von Michael Prokop (german):: - *http://michael-prokop.at/computer/tools_zsh.html[]* ZSH Prompt introduction:: *http://aperiodic.net/phil/prompt/[]* ft's zsh configuration:: @@ -1529,9 +1521,9 @@ Also take a look at the section *LINKS* in this manpage. BUGS ---- -Probably. This manpage might be never complete. So please report bugs, -feedback and suggestions to . Thank -you! +Probably. This manpage might be never complete. +So please report bugs, feedback and suggestions via https://github.com/grml/zsh-lovers +Thank you! COPYRIGHT ---------