From: Sergey Matveev Date: Wed, 10 Feb 2021 19:38:42 +0000 (+0300) Subject: Zsh guide юмор X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=be04454ddba478c3d17f0e5eb3daa4958d95b02e;p=stargrave-blog.git Zsh guide юмор http://zsh.sourceforge.net/Guide/zshguide03.html Вообще в нём очень много юмора и забавных высказываний и просто хороших пояснений. Например: While we're at it, why do blocks starting with `if' and `then' end with `fi', and blocks starting with `case' end with `esac', while those starting with `while' and `do' end with `done', not `elihw' (perfectly pronounceable in Welsh, after all) or `od'? Don't ask me. [...] if [[ -z "$var is sqrt(`print bibble`)" ]]; then print Flying pig detected. fi [...] The word `clobber', as in the option NO_CLOBBER which I mentioned in the previous chapter, may be unfamiliar to people who don't use English as their first language. Its basic meaning is `hit' or `defeat' or `destroy', as in `Itchy and Scratchy clobbered each other with mallets'. If you do: ---