X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=zsh-lovers.1.txt;h=a7a061667cbf390ef8bb5763c29790d97c3ae1df;hb=6f4e68ece46bf37c1bbdb02b4ca491bbbc7eb1a2;hp=7ce854cee73f75e03c2421edaa3aeccd46096fce;hpb=fb93254f5474368be2e315dca8366896307b6907;p=zsh-lovers.git diff --git a/zsh-lovers.1.txt b/zsh-lovers.1.txt index 7ce854c..a7a0616 100644 --- a/zsh-lovers.1.txt +++ b/zsh-lovers.1.txt @@ -76,7 +76,7 @@ $ alias -g C='| wc -l' $ grep alias ~/.zsh/* C 443 ---------------------- -Some more or less useful global aliases (choose whether they are useful or not +Some more or less useful global aliases (choose whether they are useful or not for you on your own): -------------------------------------------------------- @@ -180,7 +180,7 @@ zstyle ':completion:*:kill:*' force-list always --------------------------------------------------------------------------------------------------- If you end up using a directory as argument, this will remove the -trailing slash (usefull in ln) +trailing slash (useful in ln) --------------------------------------------------------------------------------------------------- zstyle ':completion:*' squeeze-slashes true --------------------------------------------------------------------------------------------------- @@ -250,7 +250,7 @@ See ``man 1 zshexpn | less -p'' Qualifiers for details. # All files for which the owner hat read and execute permissions $ echo *(f:u+rx:) -# The same, but also others dont have execute permissions +# The same, but also others don't have execute permissions $ echo *(f:u+rx,o-x:) # brace expansion - example @@ -279,7 +279,7 @@ See ``man 1 zshexpn | less -p'' Qualifiers for details. # Remove zero length and .bak files in a directory $ rm -i *(.L0) *.bak(.) -# print out files that dont have extensions +# print out files that don't have extensions $ printf '%s\n' ^?*.* $ printf '%s\n' ^?*.[^.]*(D) $ ls -d -- ^?*.*(D) @@ -347,7 +347,7 @@ See ``man 1 zshexpn | less -p'' Qualifiers for details. # see above, but now omit executables $ ls **/*~*(${~${(j/|/)fignore}})(.^*) -# Print out files that dont have extensions (require *setopt extendedglob* +# Print out files that don't have extensions (require *setopt extendedglob* # and *setopt dotglob*) $ printf '%s\n' ^?*.* @@ -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 @@ -788,7 +788,7 @@ for details. Redirection-Examples ~~~~~~~~~~~~~~~~~~~~ -See zshmisc(1) for more informations (or less ${^fpath}/zmv(N)) +See zshmisc(1) for more information (or less ${^fpath}/zmv(N)) ------------------------------------------------------------------------------- # Append `exit 1' at the end of all *.sh - files @@ -867,7 +867,7 @@ ZMV-Examples (require autoload zmv) $ ls * 1.c 1.foo 2.foo 3.foo 4.foo foo.fnord -# Rename "file.with.many.dots.txt" by substituting dots (exept for the last +# Rename "file.with.many.dots.txt" by substituting dots (except for the last # one!) with a space $ touch {1..20}-file.with.many.dots.txt $ zmv '(*.*)(.*)' '${1//./ }$2' @@ -1172,7 +1172,7 @@ zsh/mapfile (require zmodload zsh/mapfile) # If a XML-file contains stuff like ``'' and ``'', number # this empty tags (ones ending in '/>') so if encountered in the same -# order, the preceeding tags would become ``1'' and +# order, the preceding tags would become ``1'' and # ``2'' $ zmodload zsh/mapfile $ cnt=0 @@ -1488,14 +1488,14 @@ In alphabetic order: ------------------------------------------------------------------------- Andrew 'zefram' Main - http://www.fysh.org/~zefram/ Barton E. Schaefer - http://www.well.com/user/barts/ -Matthias Kopfermann - http://www.infodrom.north.de/~matthi/ +Matthias Kopfermann - http://www.guckes.net/zsh/lover.html Oliver Kiddle - http://people.freenet.de/opk/ Paul Falstad - http://www.falstad.com/ Peter Stephenson - http://homepage.ntlworld.com/p.w.stephenson/ Richard Coleman Stephane Chazelas - http://stephane.chazelas.free.fr/ Sven Guckes - http://www.guckes.net/ -Sven Wischnowsky - http://w9y.de/zsh/zshrc +Sven Wischnowsky - http://w9y.de/ ------------------------------------------------------------------------- SEE ALSO @@ -1529,9 +1529,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 ---------